Home
last modified time | relevance | path

Searched refs:RTF_UP (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/net/
H A Droute.c241 rt_missmsg_fib(RTM_REDIRECT, &info, flags | RTF_UP, error, fibnum); in rib_add_redirect()
492 if ((rt->rte_flags & RTF_UP) == 0) in rt_ifdelroute()
H A Droute.h172 #define RTF_UP 0x1 /* route usable */ macro
H A Dif_var.h564 #define IFA_ROUTE RTF_UP /* route installed */
H A Drtsock.c1941 info->rti_flags |= RTF_UP; in rtsock_routemsg_info()
2183 rtm->rtm_flags = rtflags | RTF_UP; in sysctl_dumpnhop()
/f-stack/tools/compat/include/net/
H A Droute.h170 #define RTF_UP 0x1 /* route usable */ macro
/f-stack/freebsd/net/route/
H A Droute_var.h202 #define RTE_RT_FLAG_MASK (RTF_UP | RTF_HOST)
H A Droute_ctl.c617 rt->rte_flags = (RTF_UP | flags) & RTE_RT_FLAG_MASK; in create_rtentry()
811 rt->rte_flags &= ~RTF_UP; in rt_unlinkrte()
1128 rt->rte_flags &= ~RTF_UP; in change_route_nhop()
/f-stack/tools/netstat/
H A Droute.c83 { RTF_UP, 'U', "up" },
/f-stack/freebsd/netinet/
H A Draw_ip.c859 flags = RTF_UP; in rip_ctlinput()
H A Din.c1634 arpc.rtm.rtm_flags = RTF_UP; in in_lltable_dump_entry()
/f-stack/tools/route/
H A Droute.c1079 flags |= RTF_UP; in newroute()
/f-stack/freebsd/netinet6/
H A Dnd6.c202 type == RTM_ADD ? RTF_UP: 0), 0, fibnum); in nd6_lle_event()
H A Din6.c2423 ndpc.rtm.rtm_flags = RTF_UP; in in6_lltable_dump_entry()