Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dparms.c90 ifp->int_d_metric = parmp->parm_d_metric; in get_parms()
103 if ((ifp->int_state & IS_PM_RDISC) && ifp->int_d_metric == 0) in get_parms()
104 ifp->int_d_metric = FAKE_METRIC; in get_parms()
H A Dinput.c392 metric = ifp->int_d_metric; in input()
877 if (ifp->int_d_metric != 0 && dst == RIP_DEFAULT && in input()
878 n->n_metric >= ifp->int_d_metric) in input()
H A Dtrace.c827 ifp->int_d_metric != 0) in trace_if()
828 (void) fprintf(ftrace, " fake_default=%d", ifp->int_d_metric); in trace_if()
H A Ddefs.h346 uint8_t int_d_metric; /* for faked default route */ member
H A Doutput.c852 if (should_supply(NULL) && (def_metric = ifp->int_d_metric) != 0) { in supply()