Searched refs:loop_last (Results 1 – 3 of 3) sorted by relevance
299 netif->loop_last = NULL; in netif_add()886 LWIP_ASSERT("if first != NULL, last must also be != NULL", netif->loop_last != NULL); in netif_loop_output()887 netif->loop_last->next = r; in netif_loop_output()888 netif->loop_last = last; in netif_loop_output()891 netif->loop_last = last; in netif_loop_output()973 if (in_end == netif->loop_last) { in netif_poll()975 netif->loop_first = netif->loop_last = NULL; in netif_poll()
336 struct pbuf *loop_last; member
343 struct pbuf *loop_last; member
Completed in 7 milliseconds