Home
last modified time | relevance | path

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

/third_party/lwip/
D0057-same-node-gazellectl-a.patch124 * Call netif_poll() in the main loop of your application. This is to prevent
126 @@ -1277,6 +1278,7 @@ netif_poll(struct netif *netif)
442 +extern void netif_poll(struct netif *netif);
D0073-lstack_lwip-external-api-start-with-do_lwip_-prefix.patch195 extern void netif_poll(struct netif *netif);
DCHANGELOG1123 * netif.c: patch #7902 Fixed netif_poll() operation when LWIP_LOOPBACK_MAX_PBUFS > 0
/third_party/lwip/src/core/
Dnetif.c1299 if (tcpip_try_callback((tcpip_callback_fn)netif_poll, netif) != ERR_OK) {
1338 netif_poll(struct netif *netif) function
1417 netif_poll(netif);
/third_party/lwip/src/include/lwip/
Dnetif.h538 void netif_poll(struct netif *netif);