Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c1204 uint_t nexti; in run_timeouts() local
1235 nexti = phyint_timer(pi, elapsed); in run_timeouts()
1236 if (nexti != TIMER_INFINITY && nexti < next) in run_timeouts()
1237 next = nexti; in run_timeouts()
1240 pi->pi_name, nexti, next); in run_timeouts()
1244 nexti = prefix_timer(pr, elapsed); in run_timeouts()
1245 if (nexti != TIMER_INFINITY && nexti < next) in run_timeouts()
1246 next = nexti; in run_timeouts()
1249 "%d -> %u ms\n", pr->pr_name, nexti, next); in run_timeouts()
1255 nexti = adv_prefix_timer(adv_pr, elapsed); in run_timeouts()
[all …]