Home
last modified time | relevance | path

Searched refs:_nx_tcp_receive_cleanup (Results 1 – 8 of 8) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_tcp_socket_connection_reset.c115_nx_tcp_receive_cleanup(socket_ptr -> nx_tcp_socket_receive_suspension_list NX_CLEANUP_ARGUMENT); in _nx_tcp_socket_connection_reset()
Dnx_tcp_socket_state_established.c130_nx_tcp_receive_cleanup(socket_ptr -> nx_tcp_socket_receive_suspension_list NX_CLEANUP_ARGUMENT); in _nx_tcp_socket_state_established()
Dnx_tcp_receive_cleanup.c82 VOID _nx_tcp_receive_cleanup(TX_THREAD *thread_ptr NX_CLEANUP_PARAMETER) in _nx_tcp_receive_cleanup() function
Dnx_tcp_deferred_cleanup_check.c167 _nx_tcp_receive_cleanup(thread_ptr NX_CLEANUP_ARGUMENT); in _nx_tcp_deferred_cleanup_check()
Dnx_tcp_socket_driver_packet_receive.c104_nx_tcp_receive_cleanup(socket_ptr -> nx_tcp_socket_receive_suspension_list NX_CLEANUP_ARGUMENT); in _nx_tcp_socket_driver_packet_receive()
Dnx_tcp_socket_receive.c252 …_suspend(&(socket_ptr -> nx_tcp_socket_receive_suspension_list), _nx_tcp_receive_cleanup, socket_p… in _nx_tcp_socket_receive()
Dnx_tcp_socket_disconnect.c359_nx_tcp_receive_cleanup(socket_ptr -> nx_tcp_socket_receive_suspension_list NX_CLEANUP_ARGUMENT); in _nx_tcp_socket_disconnect()
/NetX-Duo-v6.2.1/common/inc/
Dnx_tcp.h323 VOID _nx_tcp_receive_cleanup(TX_THREAD *thread_ptr NX_CLEANUP_PARAMETER);