HomeSort by: relevance | last modified time | path
    Searched defs:k_metric (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/routed/
table.c 769 short k_metric; member in struct:khash
835 if (k->k_metric == 0)
842 new.rts_metric = k->k_metric;
881 rtioctl(action, k->k_dst, k->k_gate, k->k_mask, k->k_metric, flags);
912 k->k_metric = HOPCNT_INFINITY;
917 k->k_metric = HOPCNT_INFINITY;
920 k->k_metric = rtm->rtm_rmx.rmx_hopcount;
921 if (k->k_metric < 0)
922 k->k_metric = 0;
923 else if (k->k_metric > HOPCNT_INFINITY-1
    [all...]
table.c 769 short k_metric; member in struct:khash
835 if (k->k_metric == 0)
842 new.rts_metric = k->k_metric;
881 rtioctl(action, k->k_dst, k->k_gate, k->k_mask, k->k_metric, flags);
912 k->k_metric = HOPCNT_INFINITY;
917 k->k_metric = HOPCNT_INFINITY;
920 k->k_metric = rtm->rtm_rmx.rmx_hopcount;
921 if (k->k_metric < 0)
922 k->k_metric = 0;
923 else if (k->k_metric > HOPCNT_INFINITY-1
    [all...]

Completed in 22 milliseconds