Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drdisc.c612 struct rt_spare *tmprts; in rdisc_sort() local
619 for (tmprts = rts, j = SPARE_INC; in rdisc_sort()
620 j != 0; j--, tmprts++) in rdisc_sort()
621 tmprts->rts_metric = HOPCNT_INFINITY; in rdisc_sort()
831 struct rt_spare *tmprts; in rdisc_sort() local
839 for (tmprts = rts, i = SPARE_INC; in rdisc_sort()
840 i != 0; i--, tmprts++) in rdisc_sort()
841 tmprts->rts_metric = in rdisc_sort()