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

/freebsd-12-stable/sbin/routed/
H A Doutput.c676 int def_metric; local
762 if (supplier && ifp && (def_metric = ifp->int_d_metric) != 0) {
764 || rt->rt_metric+ws.metric >= def_metric) {
766 ag_check(0, 0, 0, 0, def_metric, def_metric,
769 def_metric = rt->rt_metric+ws.metric;
781 v12buf.n->n_metric = htonl(def_metric);

Completed in 176 milliseconds