Home
last modified time | relevance | path

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

/freebsd/sbin/routed/
H A Dinput.c340 i = aifp->int_d_metric; in input()
701 if (aifp->int_d_metric != 0 in input()
703 && (int)n->n_metric >= aifp->int_d_metric) in input()
H A Dparms.c90 && ifp->int_d_metric == 0) in get_parms()
91 ifp->int_d_metric = FAKE_METRIC; in get_parms()
H A Dtrace.c639 && ifp->int_d_metric != 0) in trace_if()
640 (void)fprintf(ftrace, "fake_default=%u ", ifp->int_d_metric); in trace_if()
H A Ddefs.h261 u_char int_d_metric; /* for faked default route */ member
H A Doutput.c750 if (supplier && ifp && (def_metric = ifp->int_d_metric) != 0) { in supply()