Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dnetif.c423 netif->loop_last = NULL;
1273 LWIP_ASSERT("if first != NULL, last must also be != NULL", netif->loop_last != NULL);
1274 netif->loop_last->next = r;
1275 netif->loop_last = last;
1284 netif->loop_last = last;
1381 if (in_end == netif->loop_last) {
1383 netif->loop_first = netif->loop_last = NULL;
/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.h388 struct pbuf *loop_last; member