Home
last modified time | relevance | path

Searched refs:IGMP_TMR_INTERVAL (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/core/lwip/src/include/ipv4/lwip/
Digmp.h51 #define IGMP_TMR_INTERVAL 100 /* Milliseconds */ macro
52 #define IGMP_V1_DELAYING_MEMBER_TMR (1000/IGMP_TMR_INTERVAL)
53 #define IGMP_JOIN_DELAYING_MEMBER_TMR (500 /IGMP_TMR_INTERVAL)
/external/syslinux/core/lwip/src/core/
Dtimers.c201 sys_timeout(IGMP_TMR_INTERVAL, igmp_timer, NULL); in igmp_timer()
238 sys_timeout(IGMP_TMR_INTERVAL, igmp_timer, NULL); in sys_timeouts_init()