Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Digmp.c1397 uint_t global_next = INFINITY; in igmp_timeout_handler() local
1419 if (next < global_next) in igmp_timeout_handler()
1420 global_next = next; in igmp_timeout_handler()
1425 if (global_next != INFINITY) in igmp_timeout_handler()
1426 igmp_start_timers(global_next, ipst); in igmp_timeout_handler()
1616 uint_t global_next = INFINITY; in mld_timeout_handler() local
1638 if (next < global_next) in mld_timeout_handler()
1639 global_next = next; in mld_timeout_handler()
1644 if (global_next != INFINITY) in mld_timeout_handler()
1645 mld_start_timers(global_next, ipst); in mld_timeout_handler()