Home
last modified time | relevance | path

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

/third_party/lwip/test/unit/ip4/
Dtest_ip4.c66 if (netif_list->loop_first != NULL) { in ip4_teardown()
67 pbuf_free(netif_list->loop_first); in ip4_teardown()
68 netif_list->loop_first = NULL; in ip4_teardown()
/third_party/lwip/test/unit/ip6/
Dtest_ip6.c78 if (netif_list->loop_first != NULL) { in ip6_teardown()
79 pbuf_free(netif_list->loop_first); in ip6_teardown()
80 netif_list->loop_first = NULL; in ip6_teardown()
/third_party/lwip/src/core/
Dnetif.c359 netif->loop_first = NULL; in netif_add()
1150 if (netif->loop_first != NULL) { in netif_loop_output()
1161 netif->loop_first = r; in netif_loop_output()
1233 while (netif->loop_first != NULL) { in netif_poll()
1239 in = in_end = netif->loop_first; in netif_poll()
1257 netif->loop_first = netif->loop_last = NULL; in netif_poll()
1260 netif->loop_first = in_end->next; in netif_poll()
1261 LWIP_ASSERT("should not be null since first != last!", netif->loop_first != NULL); in netif_poll()
/third_party/lwip/src/include/lwip/
Dnetif.h384 struct pbuf *loop_first; member