Home
last modified time | relevance | path

Searched refs:nx_tcp_disconnect_complete_notify (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_tcp_socket_state_last_ack.c101 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()
Dnx_tcp_socket_connection_reset.c160 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()
Dnx_tcp_socket_state_fin_wait2.c137 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()
Dnx_tcp_socket_state_closing.c132 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()
Dnx_tcp_socket_state_fin_wait1.c151 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()
Dnx_tcp_socket_disconnect_complete_notify.c87 socket_ptr -> nx_tcp_disconnect_complete_notify = tcp_disconnect_complete_notify; in _nx_tcp_socket_disconnect_complete_notify()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h2101 VOID (*nx_tcp_disconnect_complete_notify)(struct NX_TCP_SOCKET_STRUCT *socket_ptr); member