Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c1203 uint_t nexti; in run_timeouts() local
1234 nexti = phyint_timer(pi, elapsed); in run_timeouts()
1235 if (nexti != TIMER_INFINITY && nexti < next) in run_timeouts()
1236 next = nexti; in run_timeouts()
1239 pi->pi_name, nexti, next); in run_timeouts()
1243 nexti = prefix_timer(pr, elapsed); in run_timeouts()
1244 if (nexti != TIMER_INFINITY && nexti < next) in run_timeouts()
1245 next = nexti; in run_timeouts()
1248 "%d -> %u ms\n", pr->pr_name, nexti, next); in run_timeouts()
1254 nexti = adv_prefix_timer(adv_pr, elapsed); in run_timeouts()
[all …]