Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Doutput.c749 uint8_t def_metric; in supply() local
854 if (should_supply(NULL) && (def_metric = ifp->int_d_metric) != 0) { in supply()
856 rt->rt_metric+ws.metric >= def_metric) { in supply()
858 ag_check(0, 0, 0, NULL, 0, def_metric, def_metric, in supply()
861 def_metric = rt->rt_metric+ws.metric; in supply()
874 v12buf.n->n_metric = htonl(def_metric); in supply()