Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dnetif.c360 netif->loop_last = NULL; in netif_add()
1151 LWIP_ASSERT("if first != NULL, last must also be != NULL", netif->loop_last != NULL); in netif_loop_output()
1152 netif->loop_last->next = r; in netif_loop_output()
1153 netif->loop_last = last; in netif_loop_output()
1162 netif->loop_last = last; in netif_loop_output()
1255 if (in_end == netif->loop_last) { in netif_poll()
1257 netif->loop_first = netif->loop_last = NULL; in netif_poll()
/third_party/lwip/test/unit/ip4/
Dtest_ip4.c70 netif_list->loop_last = NULL; in ip4_teardown()
/third_party/lwip/test/unit/ip6/
Dtest_ip6.c82 netif_list->loop_last = NULL; in ip6_teardown()
/third_party/lwip/src/include/lwip/
Dnetif.h385 struct pbuf *loop_last; member