Searched refs:_nx_tcp_no_connection_reset (Results 1 – 3 of 3) sorted by relevance
/NetX-Duo-v6.2.1/common/src/ |
D | nx_tcp_packet_process.c | 420 _nx_tcp_no_connection_reset(ip_ptr, packet_ptr, tcp_header_ptr); in _nx_tcp_packet_process() 441 _nx_tcp_no_connection_reset(ip_ptr, packet_ptr, tcp_header_ptr); in _nx_tcp_packet_process() 1024 _nx_tcp_no_connection_reset(ip_ptr, packet_ptr, tcp_header_ptr); in _nx_tcp_packet_process()
|
D | nx_tcp_no_connection_reset.c | 84 VOID _nx_tcp_no_connection_reset(NX_IP *ip_ptr, NX_PACKET *packet_ptr, NX_TCP_HEADER *tcp_header_p… in _nx_tcp_no_connection_reset() function
|
/NetX-Duo-v6.2.1/common/inc/ |
D | nx_tcp.h | 311 VOID _nx_tcp_no_connection_reset(NX_IP *ip_ptr, NX_PACKET *packet_ptr, NX_TCP_HEADER *tcp_header_pt…
|