Home
last modified time | relevance | path

Searched refs:RTF_CLONING (Results 1 – 16 of 16) sorted by relevance

/xnu-11417.101.15/bsd/netinet6/
H A Din6_rmx.c195 if (!(rt->rt_flags & (RTF_HOST | RTF_CLONING | RTF_MULTICAST))) { in in6_addroute()
240 RTF_CLONING | RTF_PRCLONING, sin6_get_ifscope(rt_key(rt))); in in6_addroute()
282 } else if (ret == NULL && (rt->rt_flags & RTF_CLONING)) { in in6_addroute()
297 RTF_CLONING | RTF_PRCLONING, sin6_get_ifscope(rt_key(rt))); in in6_addroute()
300 if ((rt2->rt_flags & (RTF_CLONING | RTF_HOST | in in6_addroute()
301 RTF_GATEWAY)) == RTF_CLONING && in in6_addroute()
H A Dnd6_rtr.c3739 rtflags = ifa->ifa_flags | RTF_CLONING | RTF_UP; in nd6_prefix_onlink_common()
3743 rtflags |= RTF_CLONING; in nd6_prefix_onlink_common()
3748 rtflags &= ~RTF_CLONING; in nd6_prefix_onlink_common()
3830 } else if ((rtflags & RTF_CLONING) && in nd6_prefix_onlink_common()
H A Din6.c2212 SA(&mltmask), RTF_UP | RTF_CLONING, in in6_ifaupdate_aux()
2289 SA(&mltmask), RTF_UP | RTF_CLONING, in in6_ifaupdate_aux()
2338 SA(&mltmask), RTF_UP | RTF_CLONING, in in6_ifaupdate_aux()
2993 ia->ia_flags |= RTF_CLONING; in in6_ifinit()
H A Dnd6.c2397 (ifa_flags | RTF_HOST | RTF_LLINFO) & ~RTF_CLONING, &rt, ifscope); in nd6_lookup()
2808 if ((rt->rt_flags & RTF_CLONING) || in nd6_rtrequest()
2830 if (rt->rt_flags & RTF_CLONING) { in nd6_rtrequest()
H A Dnd6_prproxy.c643 RTF_CLONING | RTF_PRCLONING, IFSCOPE_NONE)) != NULL) { in nd6_proxy_find_fwdroute()
H A Dicmp6.c1247 RTF_CLONING | RTF_PRCLONING, m->m_pkthdr.rcvif->if_index); in icmp6_mtudisc_update()
/xnu-11417.101.15/bsd/net/
H A Droute.h102 #define RTF_CLONING 0x100 /* generate new routes on use */ macro
134 (((rt)->rt_flags & (RTF_CLONING | RTF_PRCLONING | RTF_HOST | RTF_LLINFO |\
H A Droute.c1082 if (report && (nflags & (RTF_CLONING | RTF_PRCLONING))) { in rtalloc1_common_locked()
1537 rt = rtalloc1_scoped_locked(dst, 0, RTF_CLONING | RTF_PRCLONING, ifscope); in rtredirect()
2080 if ((rt->rt_flags & (RTF_CLONING | RTF_PRCLONING)) && in rtrequest_common_locked()
2215 ~(RTF_CLONING | RTF_PRCLONING | RTF_STATIC); in rtrequest_common_locked()
2366 RTF_CLONING | RTF_PRCLONING, ifscope); in rtrequest_common_locked()
2369 RTF_CLONING | RTF_PRCLONING); in rtrequest_common_locked()
2437 (RTF_CLONING | RTF_PRCLONING)) { in rtrequest_common_locked()
2586 !(rt->rt_flags & (RTF_CLONING | RTF_PRCLONING))) { in rt_fixdelete()
2628 (rt->rt_flags & (RTF_CLONING | RTF_PRCLONING))) { in rt_fixchange()
3861 if (rt->rt_flags & (RTF_CLONING | RTF_PRCLONING)) { in rt_set_proxy()
[all …]
H A Dif_var_private.h1236 #define IFA_CLONING RTF_CLONING /* (0x100) */
/xnu-11417.101.15/tools/lldbmacros/
H A Droutedefines.py9 RTF_CLONING = 0x100 variable
H A Dnet.py807 if (rt.rt_flags & RTF_CLONING):
/xnu-11417.101.15/bsd/netinet/
H A Din_rmx.c139 if (!(rt->rt_flags & (RTF_HOST | RTF_CLONING | RTF_MULTICAST))) { in in_addroute()
193 RTF_CLONING | RTF_PRCLONING, sin_get_ifscope(rt_key(rt))); in in_addroute()
768 rt->rt_flags &= ~(RTF_CLONING | RTF_PRCLONING); in in_ifadownkill()
H A Din_arp.c913 rt->rt_flags |= RTF_CLONING; in arp_rtrequest()
916 if (rt->rt_flags & RTF_CLONING) { in arp_rtrequest()
2264 ifa->ifa_flags |= RTF_CLONING; in arp_ifinit()
H A Dtcp_subr.c2387 (rt->rt_flags & (RTF_CLONING | RTF_PRCLONING))) { in tcp_handle_msgsize()
2388 rt = rtalloc1_scoped(SA(&icmpsrc), 0, RTF_CLONING | RTF_PRCLONING, ifscope); in tcp_handle_msgsize()
/xnu-11417.101.15/tests/
H A Dnet_test_lib.c709 rtmsg.hdr.rtm_flags |= RTF_CLONING; in IPv4RouteApply()
/xnu-11417.101.15/tests/skywalk/
H A Dskywalk_test_common.c2121 rtmsg.hdr.rtm_flags |= RTF_CLONING; in IPv4RouteApply()