Home
last modified time | relevance | path

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

/freebsd/sbin/routed/
H A Doutput.c664 int def_metric; in supply() local
750 if (supplier && ifp && (def_metric = ifp->int_d_metric) != 0) { in supply()
752 || rt->rt_metric+ws.metric >= def_metric) { in supply()
754 ag_check(0, 0, 0, 0, def_metric, def_metric, in supply()
757 def_metric = rt->rt_metric+ws.metric; in supply()
769 v12buf.n->n_metric = htonl(def_metric); in supply()