| /xnu-8792.41.9/tools/lldbmacros/ |
| H A D | routedefines.py | 1 RTF_UP = 0x1 variable
|
| H A D | net.py | 762 if (rt.rt_flags & RTF_UP):
|
| /xnu-8792.41.9/bsd/net/ |
| H A D | route.c | 1225 if (!(rt->rt_flags & RTF_UP)) { in rtfree_common() 1967 rt->rt_flags &= ~RTF_UP; in rtrequest_common_locked() 2232 rt->rt_flags = RTF_UP | flags; in rtrequest_common_locked() 3352 if ((rt->rt_flags & (RTF_UP | RTF_CONDEMNED)) == RTF_UP) { in rt_validate() 3711 (rt->rt_flags & (RTF_UP | RTF_WASCLONED | RTF_IFREF)) == in rt_set_idleref() 3712 (RTF_UP | RTF_WASCLONED)) { in rt_set_idleref() 4149 if (!(rt->rt_flags & RTF_UP)) { in route_to_gwroute() 4193 if (!(gwrt->rt_flags & RTF_UP)) { in route_to_gwroute() 4211 if (!(rt->rt_flags & RTF_UP) || gwrt == NULL || in route_to_gwroute() 4256 if ((hint->rt_flags & (RTF_WASCLONED | RTF_UP)) == in route_to_gwroute() [all …]
|
| H A D | route_private.h | 137 ((_ro)->ro_rt->rt_flags & (RTF_UP|RTF_CONDEMNED)) != RTF_UP || \
|
| H A D | route.h | 95 #define RTF_UP 0x1 /* route usable */ macro
|
| H A D | if_llreach.c | 435 (gwrt->rt_flags & RTF_UP)) { in ifnet_llreach_get_defrouter()
|
| H A D | if_var_private.h | 1096 #define IFA_ROUTE RTF_UP /* route installed (0x1) */
|
| H A D | ntstat.c | 686 return ((rt->rt_flags & RTF_UP) == 0) ? 1 : 0; in nstat_route_gone() 702 if (out_gone && (rt->rt_flags & RTF_UP) == 0) { in nstat_route_counts() 749 if ((rt->rt_flags & RTF_UP) != 0) { in nstat_route_walktree_add() 819 if ((rt->rt_flags & RTF_UP) != 0) { in nstat_route_new_entry()
|
| /xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_ethernet.c | 134 if (tgt_rt == NULL || !(tgt_rt->rt_flags & RTF_UP) || in fsw_ethernet_resolve() 306 if ((tgt_rt->rt_flags & (RTF_UP | RTF_LLINFO)) != in fsw_ethernet_resolve() 307 (RTF_UP | RTF_LLINFO) || ln == NULL) { in fsw_ethernet_resolve()
|
| H A D | fsw.c | 2182 if (tgt_rt == NULL || !(tgt_rt->rt_flags & RTF_UP) || in fsw_generic_resolve()
|
| /xnu-8792.41.9/bsd/netinet6/ |
| H A D | nd6.c | 4126 if (!(rt->rt_flags & RTF_UP)) { in nd6_output_list() 4185 if (!(rt->rt_flags & RTF_UP)) { in nd6_output_list() 4204 if (!(gwrt->rt_flags & RTF_UP)) { in nd6_output_list() 4220 if (!(rt->rt_flags & RTF_UP) || in nd6_output_list() 4263 if ((hint->rt_flags & (RTF_WASCLONED | RTF_UP)) == in nd6_output_list() 4264 (RTF_WASCLONED | RTF_UP)) { in nd6_output_list() 4279 if (!(rt->rt_flags & RTF_UP)) { in nd6_output_list()
|
| H A D | in6_src.c | 1251 !(route->ro_rt->rt_flags & RTF_UP))) { in selectroute() 1259 (route->ro_rt->rt_flags & (RTF_UP | RTF_PROXY)) == in selectroute() 1260 (RTF_UP | RTF_PROXY)) { in selectroute()
|
| H A D | in6_rmx.c | 466 if (!(rt->rt_flags & RTF_UP)) { in in6_clsroute()
|
| H A D | in6.c | 307 (struct sockaddr *)&all1_sa, RTF_UP | RTF_HOST | RTF_LLINFO, &nrt); in in6_ifloop_request() 2241 (struct sockaddr *)&mltmask, RTF_UP | RTF_CLONING, in in6_ifaupdate_aux() 2320 (struct sockaddr *)&mltmask, RTF_UP | RTF_CLONING, in in6_ifaupdate_aux() 2370 (struct sockaddr *)&mltmask, RTF_UP | RTF_CLONING, in in6_ifaupdate_aux() 2996 error = rtinit(ifa, RTM_ADD, RTF_UP | RTF_HOST); in in6_ifinit() 4891 ndpc.rtm.rtm_flags = RTF_UP; in in6_lltable_dump_entry()
|
| H A D | icmp6.c | 2777 if (!m0 || !rt || !(rt->rt_flags & RTF_UP) || !(ifp = rt->rt_ifp)) { in icmp6_redirect_output()
|
| /xnu-8792.41.9/bsd/kern/ |
| H A D | netboot.c | 486 uint32_t flags = RTF_UP | RTF_STATIC; in route_cmd()
|
| /xnu-8792.41.9/bsd/netinet/ |
| H A D | in_rmx.c | 381 if (!(rt->rt_flags & RTF_UP)) { in in_clsroute()
|
| H A D | in.c | 1004 RTF_HOST | RTF_UP); in inctl_ifdstaddr() 1724 int flags = RTF_UP, error; in in_ifinit() 2656 arpc.rtm.rtm_flags = RTF_UP; in in_lltable_dump_entry()
|
| H A D | raw_ip.c | 904 flags = RTF_UP; in rip_ctlinput()
|
| H A D | tcp_output.c | 878 if (rt->rt_flags & RTF_UP) { in tcp_output() 890 (!(rt->rt_flags & RTF_UP) || in tcp_output()
|
| H A D | ip_output.c | 1661 if ((ro->ro_rt->rt_flags & (RTF_UP | RTF_HOST)) && in ip_output_list() 3242 !(ro->ro_rt->rt_flags & RTF_UP))) { in in_selectsrcif()
|
| H A D | in_arp.c | 2046 if (!(route->rt_flags & RTF_UP)) { in arp_ip_handle_input()
|
| H A D | tcp_subr.c | 3002 (!(rt->rt_flags & RTF_UP) || (rt->rt_rmx.rmx_locks & RTV_MTU)))) { in tcp_rtlookup() 3110 (!(rt->rt_flags & RTF_UP) || (rt->rt_rmx.rmx_locks & RTV_MTU)))) { in tcp_rtlookup6()
|
| /xnu-8792.41.9/tests/ |
| H A D | udp_bind_connect.c | 82 rtm->rtm_flags = RTF_UP | RTF_STATIC | RTF_GATEWAY | RTF_HOST; in has_v4_default_route()
|
| /xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_route.c | 429 if (rt == NULL || !(rt->rt_flags & RTF_UP) || fr->fr_want_configure) { in flow_route_configure()
|