Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Digmp.h55 #define IGMP_TMR_INTERVAL 100 /* Milliseconds */ macro
56 #define IGMP_V1_DELAYING_MEMBER_TMR (1000/IGMP_TMR_INTERVAL)
57 #define IGMP_JOIN_DELAYING_MEMBER_TMR (500 /IGMP_TMR_INTERVAL)
/third_party/lwip/src/core/
Dtimeouts.c100 {IGMP_TMR_INTERVAL, HANDLER(igmp_tmr)},
Dlowpower.c97 {IGMP_TMR_INTERVAL, igmp_tmr, igmp_tmr_tick IGMPTMR_NAME},