Home
last modified time | relevance | path

Searched refs:nhop (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.bin/netstat/
H A Droute_netlink.c240 struct rta_mpath_nh *nhop = rt.rta_multipath.nhops[i]; in p_rtentry_netlink() local
242 rt.rta_gw = nhop->gw; in p_rtentry_netlink()
243 rt.rta_oif = nhop->ifindex; in p_rtentry_netlink()
244 rt.rtax_weight = nhop->rtnh_weight; in p_rtentry_netlink()
245 rt.rta_rtflags = nhop->rta_rtflags ? nhop->rta_rtflags : orig_rtflags; in p_rtentry_netlink()
246 rt.rtax_mtu = nhop->rtax_mtu ? nhop->rtax_mtu : orig_mtu; in p_rtentry_netlink()
/freebsd/sys/netinet6/
H A Din6_fib_algo.c84 struct nhop_object *nhop; member
110 return (ent->nhop); in lradix6_lookup()
184 ae->nhop = nh; in lradix6_add_route_cb()
/freebsd/sbin/routed/
H A Doutput.c437 naddr dst, nhop; in walk_supply() local
489 nhop = 0; in walk_supply()
500 nhop = RT->rt_gate; in walk_supply()
502 nhop = 0; in walk_supply()
645 ag_check(dst, RT->rt_mask, 0, nhop, metric, pref, in walk_supply()
H A Dtable.c276 naddr nhop, in ag_check() argument
301 nc_ag.ag_nhop = nhop; in ag_check()
390 ag->ag_nhop = nhop; in ag_check()
451 if (ag->ag_nhop != nhop) in ag_check()
452 nhop = 0; in ag_check()
474 ag->ag_nhop = nhop; in ag_check()
475 nhop = xaddr; in ag_check()
580 nag->ag_nhop = nhop; in ag_check()
/freebsd/sys/netinet/
H A Din_fib_algo.c513 struct nhop_object *nhop; member
537 return (ent->nhop); in lradix4_lookup()
615 ae->nhop = rt_get_raw_nhop(rt); in lradix4_add_route_cb()
/freebsd/sys/net/route/
H A Dnhop.c50 #define DEBUG_MOD_NAME nhop
/freebsd/sys/conf/
H A Dfiles4177 net/route/nhop.c standard