Searched refs:nx_tcp_disconnect_complete_notify (Results 1 – 7 of 7) sorted by relevance
101 if (socket_ptr -> nx_tcp_disconnect_complete_notify) in _nx_tcp_socket_state_last_ack()105 (socket_ptr -> nx_tcp_disconnect_complete_notify)(socket_ptr); in _nx_tcp_socket_state_last_ack()
160 if (socket_ptr -> nx_tcp_disconnect_complete_notify) in _nx_tcp_socket_connection_reset()164 (socket_ptr -> nx_tcp_disconnect_complete_notify)(socket_ptr); in _nx_tcp_socket_connection_reset()
137 if (socket_ptr -> nx_tcp_disconnect_complete_notify) in _nx_tcp_socket_state_fin_wait2()141 (socket_ptr -> nx_tcp_disconnect_complete_notify)(socket_ptr); in _nx_tcp_socket_state_fin_wait2()
132 if (socket_ptr -> nx_tcp_disconnect_complete_notify) in _nx_tcp_socket_state_closing()136 (socket_ptr -> nx_tcp_disconnect_complete_notify)(socket_ptr); in _nx_tcp_socket_state_closing()
151 if (socket_ptr -> nx_tcp_disconnect_complete_notify) in _nx_tcp_socket_state_fin_wait1()155 (socket_ptr -> nx_tcp_disconnect_complete_notify)(socket_ptr); in _nx_tcp_socket_state_fin_wait1()
87 socket_ptr -> nx_tcp_disconnect_complete_notify = tcp_disconnect_complete_notify; in _nx_tcp_socket_disconnect_complete_notify()
2101 VOID (*nx_tcp_disconnect_complete_notify)(struct NX_TCP_SOCKET_STRUCT *socket_ptr); member