Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c720 if (delay != TIMER_INFINITY) { in check_to_advertise()
750 return (TIMER_INFINITY); in advertise_event()
757 return (TIMER_INFINITY); in advertise_event()
763 return (TIMER_INFINITY); in advertise_event()
775 return (TIMER_INFINITY); in advertise_event()
785 return (TIMER_INFINITY); in advertise_event()
809 return (TIMER_INFINITY); in advertise_event()
822 return (TIMER_INFINITY); in advertise_event()
878 return (TIMER_INFINITY); in advertise_event()
896 if (delay != TIMER_INFINITY) { in check_to_solicit()
[all …]
H A Ddefs.h113 #define TIMER_INFINITY 0xFFFFFFFFU /* Never time out */ macro
H A Dtables.c131 pi->pi_TmpRegenCountdown = TIMER_INFINITY; in phyint_create()
520 uint_t next = TIMER_INFINITY; in phyint_timer()
863 (pi->pi_TmpRegenCountdown == TIMER_INFINITY)) in tmptoken_timer()
864 return (TIMER_INFINITY); in tmptoken_timer()
877 return (TIMER_INFINITY); in tmptoken_timer()
950 return (TIMER_INFINITY); in tmptoken_timer()
1777 uint_t next = TIMER_INFINITY; in prefix_timer()
2047 return (TIMER_INFINITY); in adv_prefix_timer()
2188 uint_t next = TIMER_INFINITY; in router_timer()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_defs.h166 #define TIMER_INFINITY 0x7FFFFFFFU /* Never time out */ macro
H A Dmpd_main.c954 timer_next = getcurrenttime() + TIMER_INFINITY; in timer_init()
976 assert(delay <= TIMER_INFINITY); in timer_schedule()
1048 next = TIMER_INFINITY; in run_timeouts()
1053 if (next_event_time != TIMER_INFINITY && next_event_time < next) in run_timeouts()
H A Dmpd_probe.c1633 return (TIMER_INFINITY); in phyint_inst_timer()
1647 return (TIMER_INFINITY); in phyint_inst_timer()