Searched refs:etharp_tmr (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/netif/
H A Detharp.h118 void etharp_tmr(void);
/vbox/src/VBox/Devices/Network/lwip/src/netif/
H A Dethernetif.c268 etharp_tmr();
H A Detharp.c87 /** @internal transitional state used in etharp_tmr() for convenience*/
140 etharp_tmr(void) function
/vbox/src/VBox/Devices/Network/lwip-new/src/include/netif/
H A Detharp.h188 void etharp_tmr(void);
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h125 #define etharp_tmr lwip_etharp_tmr macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h16 #define etharp_tmr lwip_etharp_tmr macro
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dtimers.c174 * Timer callback function that calls etharp_tmr() and reschedules itself.
182 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: etharp_tmr()\n"));
183 etharp_tmr();
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/
H A Detharp.c210 etharp_tmr(void) function
1084 /* We don't re-send arp request in etharp_tmr, but we still queue packets,

Completed in 84 milliseconds