Lines Matching full:packets

107   /** Pointer to queue of pending outgoing packets on this ARP entry. */
183 /* remove all queued packets */ in etharp_free_entry()
271 /* oldest entry with packets on queue */ in etharp_find_entry()
285 * 3) remember the oldest pending entry without queued packets (if any) in etharp_find_entry()
286 * 4) remember the oldest pending entry with queued packets (if any) in etharp_find_entry()
309 /* pending with queued packets? */ in etharp_find_entry()
316 /* pending without queued packets? */ in etharp_find_entry()
352 * 3) oldest pending entry without queued packets in etharp_find_entry()
353 * 4) oldest pending entry with queued packets in etharp_find_entry()
368 /* no queued packets should exist on stable entries */ in etharp_find_entry()
370 /* 3) found recyclable pending entry without queued packets? */ in etharp_find_entry()
375 /* 4) found recyclable pending entry with queued packets? */ in etharp_find_entry()
377 /* recycle oldest pending (queued packets are free in etharp_free_entry) */ in etharp_find_entry()
432 * If a pending entry is resolved, any queued packets will be sent
491 /* this is where we will send out queued packets! */
519 * If packets are queued for the specified IP address, they are sent out.
674 * send out queued IP packets. Updates cache with snooped address pairs.
676 * Should be called for incoming ARP packets. The pbuf in the argument
701 /* drop short ARP packets: we have to check for p->len instead of p->tot_len here
758 can result in directly sending the queued packets for this host.
788 /* If we are using Link-Local, all ARP packets that contain a Link-Local
1059 /* We don't re-send arp request in etharp_tmr, but we still queue packets,
1061 etharp_query again could lead to sending the queued packets. */
1211 /* If we are using Link-Local, all ARP packets that contain a Link-Local