Searched refs:mld6_tmr (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/include/ipv6/lwip/
H A Dmld6.h105 void mld6_tmr(void);
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/
H A Dmld6.c464 mld6_tmr(void) function
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dtimers.c299 * Timer callback function that calls mld6_tmr() and reschedules itself.
307 LWIP_DEBUGF(TIMERS_DEBUG, ("tcpip: mld6_tmr()\n"));
308 mld6_tmr();

Completed in 44 milliseconds