Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dnetif.c1177 if (tcpip_try_callback((tcpip_callback_fn)netif_poll, netif) != ERR_OK) { in netif_loop_output()
1216 netif_poll(struct netif *netif) in netif_poll() function
1291 netif_poll(netif); in netif_poll_all()
/third_party/lwip/src/include/lwip/
Dnetif.h505 void netif_poll(struct netif *netif);
/third_party/lwip/
DCHANGELOG1123 * netif.c: patch #7902 Fixed netif_poll() operation when LWIP_LOOPBACK_MAX_PBUFS > 0