Searched refs:n_metric (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sbin/routed/
H A Dinput.c284 n->n_metric = ntohl(n->n_metric);
293 && n->n_metric == HOPCNT_INFINITY) {
359 v12buf.n->n_metric = htonl(i);
417 v12buf.n->n_metric = HOPCNT_INFINITY;
431 v12buf.n->n_metric = j;
433 v12buf.n->n_metric = HOPCNT_INFINITY;
445 v12buf.n->n_metric = htonl(v12buf.n->n_metric);
614 n->n_metric
[all...]
H A Doutput.c409 wb->n->n_metric = ((stopint || ag->ag_metric < 1)
412 wb->n->n_metric = htonl(wb->n->n_metric);
779 v12buf.n->n_metric = htonl(def_metric);
928 buf.rip_nets[0].n_metric = htonl(HOPCNT_INFINITY);
H A Dtrace.c925 && ntohl(n->n_metric) == HOPCNT_INFINITY
1005 (u_int)ntohl(n->n_metric));
/freebsd-11-stable/include/protocols/
H A Drouted.h78 u_int32_t n_metric; /* cost of route */ member in struct:netinfo
/freebsd-11-stable/sbin/routed/rtquery/
H A Drtquery.c145 OMSG.rip_nets[0].n_metric = htonl(HOPCNT_INFINITY);
768 net_buf, (int)ntohl(n->n_metric), name);

Completed in 212 milliseconds