HomeSort by relevance Sort by last modified time
    Searched refs:netif_poll (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/core/
netif.c 579 * netif->input by netif_poll().
641 netif_poll(). */
662 /* For multithreading environment, schedule a call to netif_poll */
663 tcpip_callback((tcpip_callback_fn)netif_poll, netif);
670 * Call netif_poll() in the main loop of your application. This is to prevent
673 * netif_poll().
676 netif_poll(struct netif *netif) function
738 * Calls netif_poll() for every netif on the netif_list.
746 netif_poll(netif);
  /external/syslinux/core/lwip/src/include/lwip/
netif.h 305 void netif_poll(struct netif *netif);

Completed in 591 milliseconds