Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv4/
Dip4_frag.c254 int other_datagrams; in ip_reass_remove_oldest_datagram() local
262 other_datagrams = 0; in ip_reass_remove_oldest_datagram()
267 other_datagrams++; in ip_reass_remove_oldest_datagram()
286 } while ((pbufs_freed < pbufs_needed) && (other_datagrams > 1)); in ip_reass_remove_oldest_datagram()