HomeSort by: relevance | last modified time | path
    Searched refs:int_metric (Results 1 - 7 of 7) sorted by relevancy

  /src/sbin/routed/
if.c 918 ifs.int_metric = 0;
920 ifs.int_metric = ifr.ifr_metric;
923 ifs.int_metric = ifam->ifam_metric;
925 if (ifs.int_metric > HOPCNT_INFINITY) {
926 ifs.int_metric = 0;
931 ifs.int_name, ifs.int_metric);
957 || ifp->int_metric != ifs.int_metric) {
1258 || rt->rt_metric > ifp->int_metric) {
1316 || rt->rt_metric > ifp->int_metric)) {
    [all...]
input.c 335 +aifp->int_metric
410 j += (aifp->int_metric
679 n->n_metric += (aifp->int_metric
rdisc.c 102 #define PREF(p, ifp) ((n_long)(p) <= (n_long)((ifp)->int_metric \
105 : (p) - ((ifp)->int_metric + (ifp)->int_adj_outmetric))
trace.c 652 if (ifp->int_metric != 0)
653 (void)fprintf(ftrace, "metric=%d ", ifp->int_metric);
defs.h 292 char int_metric; member in struct:interface
output.c 726 ws.metric = ifp->int_metric + 1 + ifp->int_adj_outmetric;
parms.c 343 ifp->int_metric = metric;

Completed in 21 milliseconds