| /freebsd/tests/sys/net/routing/ |
| H A D | test_rtsock_l3.c | 296 verify_route_message_extra(rtm, c->ifindex, RTF_UP | RTF_DONE | RTF_PINNED); in ATF_TC_BODY() 340 verify_route_message_extra(rtm, c->ifindex, RTF_UP | RTF_DONE | RTF_PINNED); in ATF_TC_BODY() 439 RTF_UP | RTF_DONE | RTF_GATEWAY | RTF_STATIC); in ATF_TC_BODY() 575 RTF_UP | RTF_DONE | RTF_GATEWAY | RTF_STATIC); in ATF_TC_BODY() 593 RTF_UP | RTF_DONE | RTF_GATEWAY | RTF_STATIC); in ATF_TC_BODY() 668 desired_flags = RTF_UP | RTF_DONE | RTF_GATEWAY | test_flags; in ATF_TC_BODY() 731 RTF_UP | RTF_DONE | RTF_GATEWAY | RTF_STATIC); in ATF_TC_BODY() 847 RTF_UP | RTF_DONE | RTF_GATEWAY | RTF_STATIC); in ATF_TC_BODY() 865 RTF_UP | RTF_DONE | RTF_GATEWAY | RTF_STATIC); in ATF_TC_BODY() 940 desired_flags = RTF_UP | RTF_DONE | RTF_GATEWAY | test_flags; in ATF_TC_BODY() [all …]
|
| /freebsd/tools/debugscripts/ |
| H A D | netstat-anr.gdb | 16 set $RTF_UP = 0x1 toplevelVariable 56 if ($arg0 & $RTF_UP)
|
| /freebsd/usr.sbin/traceroute/ |
| H A D | findsaddr-socket.c | 77 RTF_UP | RTF_GATEWAY | RTF_HOST | RTF_STATIC,
|
| /freebsd/contrib/netbsd-tests/net/config/ |
| H A D | netconfig.c | 146 rtm.rtm_flags = RTF_UP | RTF_GATEWAY | RTF_STATIC; in netcfg_rump_route()
|
| /freebsd/sys/net/ |
| H A D | route.c | 241 rt_missmsg_fib(RTM_REDIRECT, &info, flags | RTF_UP, error, fibnum); in rib_add_redirect() 347 if ((rt->rte_flags & RTF_UP) == 0) in rt_ifdelroute()
|
| H A D | route.h | 157 #define RTF_UP 0x1 /* route usable */ macro
|
| H A D | if_var.h | 457 #define IFA_ROUTE RTF_UP /* route installed */
|
| H A D | rtsock.c | 2101 info->rti_flags |= RTF_UP; in rtsock_routemsg_info() 2311 rtm->rtm_flags = rtflags | RTF_UP; in sysctl_dumpnhop()
|
| /freebsd/sys/net/route/ |
| H A D | route_rtentry.c | 89 rt->rte_flags = RTF_UP | (netmask == NULL ? RTF_HOST : 0); in rt_alloc()
|
| H A D | route_var.h | 204 #define RTE_RT_FLAG_MASK (RTF_UP | RTF_HOST)
|
| H A D | route_ctl.c | 1254 rt->rte_flags &= ~RTF_UP; in delete_route()
|
| /freebsd/usr.sbin/ppp/ |
| H A D | route.c | 153 { RTF_UP, 'U' }, 759 rtmes.m_rtm.rtm_flags = RTF_UP | RTF_GATEWAY | RTF_STATIC; in rt_Set() 880 rtmes.m_rtm.rtm_flags = RTF_UP | RTF_STATIC; in rt_Update()
|
| /freebsd/usr.bin/netstat/ |
| H A D | route_netlink.c | 179 p_flags(rt->rta_rtflags | RTF_UP, buffer); in p_path()
|
| H A D | route.c | 69 { RTF_UP, 'U', "up" },
|
| /freebsd/sbin/route/ |
| H A D | route_netlink.c | 368 r.rta_rtflags |= (RTF_UP | RTF_DONE); in print_getmsg() 416 r.rta_rtflags |= (RTF_UP | RTF_DONE); in print_nhop_getmsg()
|
| H A D | route.c | 1051 flags |= RTF_UP; in newroute()
|
| /freebsd/contrib/bsnmp/snmp_mibII/ |
| H A D | mibII_route.c | 256 !(rtm->rtm_flags & RTF_UP)) in mib_fetch_route()
|
| H A D | mibII.c | 1187 if (rtm->rtm_errno == 0 && (rtm->rtm_flags & RTF_UP)) in handle_rtmsg() 1196 if (rtm->rtm_errno == 0 && (rtm->rtm_flags & RTF_UP)) in handle_rtmsg()
|
| /freebsd/usr.sbin/route6d/ |
| H A D | route6d.c | 1411 rrt->rrt_flags = RTF_UP|RTF_GATEWAY; in riprecv() 2512 RTFLAG("U", RTF_UP); in rtflags() 2660 if ((rtm->rtm_flags & RTF_UP) == 0 || rtm->rtm_flags & in rt_entry() 2908 rtm->rtm_flags = RTF_UP | RTF_GATEWAY; in delroute() 3251 rrt->rrt_flags = RTF_UP | RTF_REJECT; in filterconfig()
|
| /freebsd/contrib/wpa/src/wps/ |
| H A D | wps_upnp_ssdp.c | 826 rt.rt_flags = RTF_UP; in add_ssdp_network()
|
| /freebsd/tests/atf_python/sys/net/ |
| H A D | rtsock.py | 54 RTF_UP = 0x1 variable in RtConst
|
| /freebsd/tests/atf_python/sys/netlink/ |
| H A D | netlink_route.py | 219 RTF_UP = 0x1 variable in RtFlagsBSD
|
| /freebsd/sys/nfs/ |
| H A D | bootp_subr.c | 987 info.rti_flags = RTF_UP | RTF_GATEWAY | RTF_STATIC; in bootpc_add_default_route() 1015 info.rti_flags = RTF_UP | RTF_GATEWAY | RTF_STATIC; in bootpc_remove_default_route()
|
| /freebsd/usr.sbin/uhsoctl/ |
| H A D | uhsoctl.c | 953 r.rtm.rtm_flags = RTF_UP | RTF_STATIC; in at_async_owandata()
|
| /freebsd/sys/netinet/ |
| H A D | in.c | 1830 arpc.rtm.rtm_flags = RTF_UP; in in_lltable_dump_entry()
|