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

  /src/usr.sbin/mrouted/
route.h 32 u_char rt_metric; /* cost of route back to origin */ member in struct:rtentry
route.c 121 if (r->rt_metric != UNREACHABLE &&
152 if (r->rt_metric != UNREACHABLE) {
156 r->rt_metric = UNREACHABLE;
188 if (r->rt_metric != UNREACHABLE) {
396 rtp->rt_metric = UNREACHABLE; /* temporary; updated below */
403 if (r->rt_metric == UNREACHABLE) {
417 r->rt_metric = adj_metric;
432 if (adj_metric == r->rt_metric)
439 else if (adj_metric < r->rt_metric) {
444 r->rt_metric = adj_metric
    [all...]
prune.c 2015 rt->rt_metric);
2189 if (rt->rt_metric >= UNREACHABLE) {
2204 if (((u_int)(rcount + 1) == no) || (rt == NULL) || (rt->rt_metric == 1)) {
snmp.c 965 long_return = rt->rt_metric;
  /src/sbin/routed/
input.c 334 j = (rt->rt_metric
406 j = rt->rt_metric+1;
output.c 533 metric = RT->rt_metric;
781 || rt->rt_metric+ws.metric >= def_metric) {
786 def_metric = rt->rt_metric+ws.metric;
trace.c 790 if (rt->rt_metric == new->rts_metric
811 -(new->rts_metric == rt->rt_metric),
853 && RT->rt_poison_metric < RT->rt_metric)
defs.h 223 #define rt_metric rt_spares[0].rts_metric macro
if.c 1258 || rt->rt_metric > ifp->int_metric) {
1316 || rt->rt_metric > ifp->int_metric)) {
table.c 1479 metric = RT->rt_metric;
1778 if (rt->rt_metric != new->rts_metric) {

Completed in 19 milliseconds