Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/core/
H A Dnetif.c374 netif->loop_last = NULL; in netif_add()
1187 LWIP_ASSERT("if first != NULL, last must also be != NULL", netif->loop_last != NULL); in netif_loop_output()
1188 netif->loop_last->next = r; in netif_loop_output()
1189 netif->loop_last = last; in netif_loop_output()
1198 netif->loop_last = last; in netif_loop_output()
1291 if (in_end == netif->loop_last) { in netif_poll()
1293 netif->loop_first = netif->loop_last = NULL; in netif_poll()
/reactos/drivers/network/tcpip/lwip/test/unit/ip4/
H A Dtest_ip4.c133 netif_list->loop_last = NULL; in ip4_teardown()
/reactos/drivers/network/tcpip/lwip/test/unit/ip6/
H A Dtest_ip6.c85 netif_list->loop_last = NULL; in ip6_teardown()
/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Dnetif.h397 struct pbuf *loop_last; member