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

/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dinput.c332 i = aifp->int_d_metric;
704 if (aifp->int_d_metric != 0
706 && (int)n->n_metric >= aifp->int_d_metric)
H A Dparms.c104 && ifp->int_d_metric == 0)
105 ifp->int_d_metric = FAKE_METRIC;
H A Dtrace.c670 && ifp->int_d_metric != 0)
671 (void)fprintf(ftrace, "fake_default=%u ", ifp->int_d_metric);
H A Ddefs.h306 u_char int_d_metric; /* for faked default route */ member in struct:interface
H A Doutput.c779 if (supplier && ifp && (def_metric = ifp->int_d_metric) != 0) {

Completed in 172 milliseconds