Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dnetif.c299 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()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dnetif.h336 struct pbuf *loop_last; member
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dnetif.h343 struct pbuf *loop_last; member

Completed in 7 milliseconds