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

/barrelfish-master/include/lwip/netif/
H A Dloopif.h44 #define loopif_poll netif_poll
/barrelfish-master/lib/lwip/src/core/
H A Dnetif.c509 * netif->input by netif_poll().
555 netif_poll(). */
573 /* For multithreading environment, schedule a call to netif_poll */
574 tcpip_callback((void (*)(void *)) (netif_poll), netif);
581 * Call netif_poll() in the main loop of your application. This is to prevent
584 * netif_poll().
586 void netif_poll(struct netif *netif) function
642 * Calls netif_poll() for every netif on the netif_list.
650 netif_poll(netif);
/barrelfish-master/include/lwip/lwip/
H A Dnetif.h261 void netif_poll(struct netif *netif);
/barrelfish-master/include/lwip2/lwip/
H A Dnetif.h441 void netif_poll(struct netif *netif);
/barrelfish-master/lib/lwip2/src/core/
H A Dnetif.c791 * netif->input by netif_poll().
850 netif_poll(). */
871 /* For multithreading environment, schedule a call to netif_poll */
872 tcpip_callback_with_block((tcpip_callback_fn)netif_poll, netif, 0);
901 * Call netif_poll() in the main loop of your application. This is to prevent
904 * netif_poll().
907 netif_poll(struct netif *netif) function
970 * Calls netif_poll() for every netif on the netif_list.
978 netif_poll(netif);

Completed in 130 milliseconds