Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnx_arp_queue_send.c82 NX_PACKET *queued_list_head; in _nx_arp_queue_send() local
87 queued_list_head = NX_NULL; in _nx_arp_queue_send()
99 queued_list_head = arp_ptr -> nx_arp_packets_waiting; in _nx_arp_queue_send()
107 while (queued_list_head) in _nx_arp_queue_send()
111 packet_ptr = queued_list_head; in _nx_arp_queue_send()
114 queued_list_head = queued_list_head -> nx_packet_queue_next; in _nx_arp_queue_send()
Dnx_icmpv6_send_queued_packets.c83 NX_PACKET *queued_list_head, *ip_packet_ptr; in _nx_icmpv6_send_queued_packets() local
100 queued_list_head = nd_entry -> nx_nd_cache_packet_waiting_head; in _nx_icmpv6_send_queued_packets()
113 while (queued_list_head) in _nx_icmpv6_send_queued_packets()
117 ip_packet_ptr = queued_list_head; in _nx_icmpv6_send_queued_packets()
118 queued_list_head = queued_list_head -> nx_packet_queue_next; in _nx_icmpv6_send_queued_packets()