Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet/
H A Digmp.c179 static bool igmp_fast_timeout_run; /* IGMP fast timer is scheduled to run */ variable
2090 igmp_fast_timeout_run = false; in igmp_timeout()
2142 if (!igmp_fast_timeout_run && in igmp_sched_fast_timeout()
2144 igmp_fast_timeout_run = true; in igmp_sched_fast_timeout()