Searched refs:loop_first (Results 1 – 4 of 4) sorted by relevance
66 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()
78 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()
422 netif->loop_first = NULL;1272 if (netif->loop_first != NULL) {1283 netif->loop_first = r;1359 while (netif->loop_first != NULL) {1365 in = in_end = netif->loop_first;1383 netif->loop_first = netif->loop_last = NULL;1386 netif->loop_first = in_end->next;1387 LWIP_ASSERT("should not be null since first != last!", netif->loop_first != NULL);
387 struct pbuf *loop_first; member