Home
last modified time | relevance | path

Searched refs:nhop_get_rtflags (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/netinet/
H A Din_rmx.c64 rt_flags = nhop_get_rtflags(nh); in rib4_preadd()
164 if ((nhop_get_rtflags(nh) & RTF_STATIC) != 0 && ap->del == 0) in in_ifadownkill()
/f-stack/freebsd/netinet6/
H A Din6_rmx.c121 if ((nhop_get_rtflags(nh) & RTF_HOST) == 0 && mask6 != NULL && in rib6_preadd()
H A Dnd6_rtr.c2392 nh_rt_flags = nhop_get_rtflags(nh); in rt6_deleteroute()
/f-stack/freebsd/net/route/
H A Dnhop.h179 int nhop_get_rtflags(const struct nhop_object *nh);
H A Droute_ddb.c151 flags = rt->rte_flags | nhop_get_rtflags(nh); in rt_dumpentry_ddb()
H A Dnhop_ctl.c744 nhop_get_rtflags(const struct nhop_object *nh) in nhop_get_rtflags() function
/f-stack/tools/compat/include/net/route/
H A Dnhop.h179 int nhop_get_rtflags(const struct nhop_object *nh);
/f-stack/freebsd/net/
H A Droute.c371 if ((nhop_get_rtflags(nh) & RTF_GATEWAY) && in rt_exportinfo()
385 if (nhop_get_rtflags(nh) & RTF_GATEWAY) { in rt_exportinfo()
397 info->rti_flags = rt->rte_flags | nhop_get_rtflags(nh); in rt_exportinfo()
H A Drtsock.c952 rtm->rtm_flags = rc->rc_rt->rte_flags | nhop_get_rtflags(nh); in update_rtm_from_rc()
1095 rtm->rtm_flags = rc.rc_rt->rte_flags | nhop_get_rtflags(nh); in route_output()
1903 info.rti_flags = rt->rte_flags | nhop_get_rtflags(nh); in rtsock_routemsg()
2154 rtflags = nhop_get_rtflags(nh); in sysctl_dumpnhop()
/f-stack/lib/
H A Dff_route.c1001 rtm->rtm_flags = rc->rc_rt->rte_flags | nhop_get_rtflags(nh); in update_rtm_from_rc()
1134 rtm->rtm_flags = rc.rc_rt->rte_flags | nhop_get_rtflags(nh); in ff_rtioctl()