Home
last modified time | relevance | path

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

12

/freebsd/tests/sys/net/routing/
H A Dtest_rtsock_l3.c296 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()
1134 int expected_rt_flags = RTF_UP | RTF_DONE | RTF_PINNED; in ATF_TC_BODY()
[all …]
/freebsd/tools/debugscripts/
H A Dnetstat-anr.gdb16 set $RTF_UP = 0x1 toplevelVariable
56 if ($arg0 & $RTF_UP)
/freebsd/usr.sbin/traceroute/
H A Dfindsaddr-socket.c77 RTF_UP | RTF_GATEWAY | RTF_HOST | RTF_STATIC,
/freebsd/contrib/netbsd-tests/net/config/
H A Dnetconfig.c146 rtm.rtm_flags = RTF_UP | RTF_GATEWAY | RTF_STATIC; in netcfg_rump_route()
/freebsd/sys/net/
H A Droute.c238 rt_missmsg_fib(RTM_REDIRECT, &info, flags | RTF_UP, error, fibnum); in rib_add_redirect()
344 if ((rt->rte_flags & RTF_UP) == 0) in rt_ifdelroute()
H A Droute.h166 #define RTF_UP 0x1 /* route usable */ macro
H A Dif_var.h420 #define IFA_ROUTE RTF_UP /* route installed */
H A Drtsock.c2066 info->rti_flags |= RTF_UP; in rtsock_routemsg_info()
2277 rtm->rtm_flags = rtflags | RTF_UP; in sysctl_dumpnhop()
/freebsd/sys/net/route/
H A Droute_rtentry.c90 rt->rte_flags = RTF_UP | (netmask == NULL ? RTF_HOST : 0); in rt_alloc()
H A Droute_var.h204 #define RTE_RT_FLAG_MASK (RTF_UP | RTF_HOST)
H A Droute_ctl.c1262 rt->rte_flags &= ~RTF_UP; in delete_route()
/freebsd/usr.sbin/ppp/
H A Droute.c153 { 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 Droute_netlink.c180 p_flags(rt->rta_rtflags | RTF_UP, buffer); in p_path()
H A Droute.c70 { RTF_UP, 'U', "up" },
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_route.c256 !(rtm->rtm_flags & RTF_UP)) in mib_fetch_route()
H A DmibII.c1184 if (rtm->rtm_errno == 0 && (rtm->rtm_flags & RTF_UP)) in handle_rtmsg()
1193 if (rtm->rtm_errno == 0 && (rtm->rtm_flags & RTF_UP)) in handle_rtmsg()
/freebsd/usr.sbin/route6d/
H A Droute6d.c1411 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 Dwps_upnp_ssdp.c826 rt.rt_flags = RTF_UP; in add_ssdp_network()
/freebsd/tests/atf_python/sys/net/
H A Drtsock.py54 RTF_UP = 0x1 variable in RtConst
/freebsd/tests/atf_python/sys/netlink/
H A Dnetlink_route.py219 RTF_UP = 0x1 variable in RtFlagsBSD
/freebsd/sys/nfs/
H A Dbootp_subr.c987 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/sbin/route/
H A Droute_netlink.c357 r.rta_rtflags |= (RTF_UP | RTF_DONE); in print_getmsg()
H A Droute.c1042 flags |= RTF_UP; in newroute()
/freebsd/usr.sbin/uhsoctl/
H A Duhsoctl.c952 r.rtm.rtm_flags = RTF_UP | RTF_STATIC; in at_async_owandata()
/freebsd/sys/netinet/
H A Din.c1764 arpc.rtm.rtm_flags = RTF_UP; in in_lltable_dump_entry()

12