Lines Matching full:queued
170 /** Compatibility define: free the queued pbuf */
183 /* remove all queued packets */ in etharp_free_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! */
508 /* send the queued IP packet */
510 /* free the queued IP packet */
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.
758 can result in directly sending the queued packets for this host.
770 * and possiby send out an IP packet that was queued on it. */
987 * is queued on this entry.
990 * is sent for the given address. The packet is queued on this entry.
1061 etharp_query again could lead to sending the queued packets. */
1129 …LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_query: queued packet %p on ARP entry %"S16_F"\…
1138 /* always queue one packet per ARP request only, freeing a previously queued packet */
1140 …LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_query: dropped previously queued packet %p for…
1145 …LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_query: queued packet %p on ARP entry %"S16_F"\…