Searched defs:global_next (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Digmp.c1398 uint_t global_next = INFINITY; local
1420 if (next < global_next)
1421 global_next = next;
1426 if (global_next != INFINITY)
1427 igmp_start_timers(global_next, ipst);
1617 uint_t global_next = INFINITY; local
1639 if (next < global_next)
1640 global_next = next;
1645 if (global_next != INFINITY)
1646 mld_start_timers(global_next, ips
[all...]

Completed in 299 milliseconds