Home
last modified time | relevance | path

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

/dragonfly/sbin/routed/
H A Dinput.c324 i = aifp->int_d_metric; in input()
675 if (aifp->int_d_metric != 0 in input()
677 && (int)n->n_metric >= aifp->int_d_metric) in input()
H A Dparms.c78 ifp->int_d_metric = parmp->parm_d_metric; in get_parms()
89 && ifp->int_d_metric == 0) in get_parms()
90 ifp->int_d_metric = FAKE_METRIC; in get_parms()
H A Dtrace.c625 && ifp->int_d_metric != 0) in trace_if()
626 fprintf(ftrace, "fake_default=%d ", ifp->int_d_metric); in trace_if()
H A Ddefs.h266 char int_d_metric; /* for faked default route */ member
H A Doutput.c752 if (supplier && (def_metric = ifp->int_d_metric) != 0) { in supply()