Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/core/
H A Dnetif.c364 netif->loop_last = NULL; in netif_add()
1174 LWIP_ASSERT("if first != NULL, last must also be != NULL", netif->loop_last != NULL); in netif_loop_output()
1175 netif->loop_last->next = r; in netif_loop_output()
1176 netif->loop_last = last; in netif_loop_output()
1179 netif->loop_last = last; in netif_loop_output()
1268 if (in_end == netif->loop_last) { in netif_poll()
1270 netif->loop_first = netif->loop_last = NULL; in netif_poll()
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dnetif.h397 struct pbuf *loop_last; member