Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c725 if (delay != TIMER_INFINITY) { in check_to_advertise()
755 return (TIMER_INFINITY); in advertise_event()
762 return (TIMER_INFINITY); in advertise_event()
768 return (TIMER_INFINITY); in advertise_event()
780 return (TIMER_INFINITY); in advertise_event()
790 return (TIMER_INFINITY); in advertise_event()
814 return (TIMER_INFINITY); in advertise_event()
827 return (TIMER_INFINITY); in advertise_event()
883 return (TIMER_INFINITY); in advertise_event()
901 if (delay != TIMER_INFINITY) { in check_to_solicit()
[all …]
H A Ddefs.h113 #define TIMER_INFINITY 0xFFFFFFFFU /* Never time out */ macro
H A Dtables.c133 pi->pi_TmpRegenCountdown = TIMER_INFINITY; in phyint_create()
522 uint_t next = TIMER_INFINITY; in phyint_timer()
865 (pi->pi_TmpRegenCountdown == TIMER_INFINITY)) in tmptoken_timer()
866 return (TIMER_INFINITY); in tmptoken_timer()
879 return (TIMER_INFINITY); in tmptoken_timer()
952 return (TIMER_INFINITY); in tmptoken_timer()
1779 uint_t next = TIMER_INFINITY; in prefix_timer()
2049 return (TIMER_INFINITY); in adv_prefix_timer()
2190 uint_t next = TIMER_INFINITY; in router_timer()
/illumos-gate/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.c956 timer_next = getcurrenttime() + TIMER_INFINITY; in timer_init()
978 assert(delay <= TIMER_INFINITY); in timer_schedule()
1050 next = TIMER_INFINITY; in run_timeouts()
1055 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()