Home
last modified time | relevance | path

Searched refs:nx_ppp_ip_packet_queue_head (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/addons/ppp/
Dnx_ppp.c248 packet_ptr = ppp_ptr -> nx_ppp_ip_packet_queue_head; in _nx_ppp_thread_entry()
251 ppp_ptr -> nx_ppp_ip_packet_queue_head = NX_NULL; in _nx_ppp_thread_entry()
743 ppp_ptr -> nx_ppp_ip_packet_queue_head = packet_ptr; in _nx_ppp_driver()
2144 packet_ptr = ppp_ptr -> nx_ppp_ip_packet_queue_head; in _nx_ppp_process_deferred_ip_packet_send()
2147 ppp_ptr -> nx_ppp_ip_packet_queue_head = packet_ptr -> nx_packet_queue_next; in _nx_ppp_process_deferred_ip_packet_send()
Dnx_ppp.h588 NX_PACKET *nx_ppp_ip_packet_queue_head; member