Home
last modified time | relevance | path

Searched refs:rt_metric (Results 1 – 14 of 14) sorted by relevance

/dragonfly/contrib/dhcpcd/src/
H A Droute.c390 rt->rt_metric = ifp->metric; in rt_setif()
392 rt->rt_metric += RTMETRIC_ROAM; in rt_setif()
539 ort->rt_metric == nrt->rt_metric && in rt_add()
552 ort->rt_metric == nrt->rt_metric && in rt_add()
660 r1->rt_metric == r2->rt_metric && in rt_cmp()
H A Droute.h94 unsigned int rt_metric; member
H A Dipv4ll.c140 rt->rt_metric += RTMETRIC_IPV4LL; in ipv4ll_defaultroute()
H A Dipv6.c2211 rt->rt_metric = ifp->metric; in inet6_makeroute()
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_hwmp.c952 rttran->rt_metric > metric) in hwmp_update_transmitter()
969 rttran->rt_metric = metric; in hwmp_update_transmitter()
1095 rtorig->rt_metric = metric; in hwmp_recv_preq()
1469 metric > rt->rt_metric) { in hwmp_recv_prep()
1474 metric, rt->rt_metric); in hwmp_recv_prep()
1479 metric, rt->rt_metric); in hwmp_recv_prep()
1492 rt->rt_metric, metric); in hwmp_recv_prep()
1500 rt->rt_metric, metric); in hwmp_recv_prep()
1506 rt->rt_metric = metric; in hwmp_recv_prep()
1595 rtext->rt_metric, metric); in hwmp_recv_prep()
[all …]
H A Dieee80211_ddb.c901 rt->rt_metric); in _db_show_mesh()
904 rt->rt_dest, ":", rt->rt_nexthop, ":", rt->rt_metric); in _db_show_mesh()
H A Dieee80211_mesh.c1143 rt_dest->rt_metric = rt_gate->rt_metric; in ieee80211_mesh_forward_to_gates()
3553 imr->imr_metric = rt->rt_metric; in mesh_ioctl_get80211()
/dragonfly/sbin/routed/
H A Dtrace.c751 if (rt->rt_metric == new->rts_metric in trace_change()
771 -(new->rts_metric == rt->rt_metric), in trace_change()
810 && RT->rt_poison_metric < RT->rt_metric) in walk_trace()
H A Doutput.c510 metric = RT->rt_metric; in walk_supply()
754 || rt->rt_metric+ws.metric >= def_metric) { in supply()
759 def_metric = rt->rt_metric+ws.metric; in supply()
H A Dinput.c326 i = MIN(i, (rt->rt_metric in input()
393 v12buf.n->n_metric = (rt->rt_metric+1 in input()
H A Ddefs.h196 #define rt_metric rt_spares[0].rts_metric macro
H A Dif.c1212 || rt->rt_metric > ifp->int_metric) { in ifinit()
1270 || rt->rt_metric > ifp->int_metric)) { in check_net_syn()
H A Dtable.c1423 metric = RT->rt_metric; in walk_kern()
1706 if (rt->rt_metric != new->rts_metric) { in rtchange()
/dragonfly/sys/netproto/802_11/
H A Dieee80211_mesh.h429 uint32_t rt_metric; /* path metric */ member