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

/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dif.c920 ifs.int_metric = 0;
922 ifs.int_metric = ifr.ifr_metric;
925 ifs.int_metric = ifam->ifam_metric;
927 if (ifs.int_metric > HOPCNT_INFINITY) {
928 ifs.int_metric = 0;
933 ifs.int_name, ifs.int_metric);
959 || ifp->int_metric != ifs.int_metric) {
1269 || rt->rt_metric > ifp->int_metric) {
1327 || rt->rt_metric > ifp->int_metric)) {
[all...]
H A Dinput.c335 +aifp->int_metric
410 j += (aifp->int_metric
679 n->n_metric += (aifp->int_metric
H A Drdisc.c102 #define PREF(p, ifp) ((n_long)(p) <= (n_long)((ifp)->int_metric \
105 : (p) - ((ifp)->int_metric + (ifp)->int_adj_outmetric))
H A Dtrace.c661 if (ifp->int_metric != 0)
662 (void)fprintf(ftrace, "metric=%d ", ifp->int_metric);
H A Ddefs.h305 char int_metric; member in struct:interface
H A Doutput.c726 ws.metric = ifp->int_metric + 1 + ifp->int_adj_outmetric;
H A Dparms.c343 ifp->int_metric = metric;

Completed in 118 milliseconds