Home
last modified time | relevance | path

Searched refs:nx_ip_tcp_queue_head (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_tcp_queue_process.c83 queue_head = ip_ptr -> nx_ip_tcp_queue_head; in _nx_tcp_queue_process()
84 ip_ptr -> nx_ip_tcp_queue_head = NX_NULL; in _nx_tcp_queue_process()
Dnx_tcp_packet_receive.c120 if (ip_ptr -> nx_ip_tcp_queue_head) in _nx_tcp_packet_receive()
135 ip_ptr -> nx_ip_tcp_queue_head = packet_ptr; in _nx_tcp_packet_receive()
Dnx_ip_delete.c224 tcp_queue_head = ip_ptr -> nx_ip_tcp_queue_head; in _nx_ip_delete()
225 ip_ptr -> nx_ip_tcp_queue_head = NX_NULL; in _nx_ip_delete()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_tcp_branch_test.c530 ip_0.nx_ip_tcp_queue_head = NX_NULL; in thread_0_entry()
542 ip_0.nx_ip_tcp_queue_head = NX_NULL; in thread_0_entry()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h2899 NX_PACKET *nx_ip_tcp_queue_head, member