Home
last modified time | relevance | path

Searched refs:_nx_tcp_packet_send_fin (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_tcp_socket_disconnect.c180 _nx_tcp_packet_send_fin(socket_ptr, (socket_ptr -> nx_tcp_socket_tx_sequence - 1)); in _nx_tcp_socket_disconnect()
204 _nx_tcp_packet_send_fin(socket_ptr, (socket_ptr -> nx_tcp_socket_tx_sequence - 1)); in _nx_tcp_socket_disconnect()
273 _nx_tcp_packet_send_fin(socket_ptr, (socket_ptr -> nx_tcp_socket_tx_sequence - 1)); in _nx_tcp_socket_disconnect()
306 _nx_tcp_packet_send_fin(socket_ptr, (socket_ptr -> nx_tcp_socket_tx_sequence - 1)); in _nx_tcp_socket_disconnect()
Dnx_tcp_packet_send_fin.c72 VOID _nx_tcp_packet_send_fin(NX_TCP_SOCKET *socket_ptr, ULONG tx_sequence) in _nx_tcp_packet_send_fin() function
Dnx_tcp_fast_periodic_processing.c199 _nx_tcp_packet_send_fin(socket_ptr, (socket_ptr -> nx_tcp_socket_tx_sequence - 1)); in _nx_tcp_fast_periodic_processing()
/NetX-Duo-v6.2.1/common/inc/
Dnx_tcp.h315 VOID _nx_tcp_packet_send_fin(NX_TCP_SOCKET *socket_ptr, ULONG tx_sequence);