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

/freebsd-9.3-release/sbin/routed/
H A Dinput.c338 i = aifp->int_d_metric;
699 if (aifp->int_d_metric != 0
701 && (int)n->n_metric >= aifp->int_d_metric)
H A Dparms.c100 && ifp->int_d_metric == 0)
101 ifp->int_d_metric = FAKE_METRIC;
H A Dtrace.c651 && ifp->int_d_metric != 0)
652 (void)fprintf(ftrace, "fake_default=%u ", ifp->int_d_metric);
H A Ddefs.h288 u_char int_d_metric; /* for faked default route */ member in struct:interface
H A Doutput.c762 if (supplier && (def_metric = ifp->int_d_metric) != 0) {

Completed in 128 milliseconds