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

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

Completed in 60 milliseconds