Searched refs:RTF_CLONING (Results 1 – 15 of 15) sorted by relevance
| /xnu-10063.101.15/bsd/netinet6/ |
| H A D | in6_rmx.c | 195 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() 283 } else if (ret == NULL && (rt->rt_flags & RTF_CLONING)) { in in6_addroute() 298 RTF_CLONING | RTF_PRCLONING, sin6_get_ifscope(rt_key(rt))); in in6_addroute() 301 if ((rt2->rt_flags & (RTF_CLONING | RTF_HOST | in in6_addroute() 302 RTF_GATEWAY)) == RTF_CLONING && in in6_addroute()
|
| H A D | nd6_rtr.c | 3714 rtflags = ifa->ifa_flags | RTF_CLONING | RTF_UP; in nd6_prefix_onlink_common() 3718 rtflags |= RTF_CLONING; in nd6_prefix_onlink_common() 3723 rtflags &= ~RTF_CLONING; in nd6_prefix_onlink_common() 3805 } else if ((rtflags & RTF_CLONING) && in nd6_prefix_onlink_common()
|
| H A D | in6.c | 2202 SA(&mltmask), RTF_UP | RTF_CLONING, in in6_ifaupdate_aux() 2280 SA(&mltmask), RTF_UP | RTF_CLONING, in in6_ifaupdate_aux() 2329 SA(&mltmask), RTF_UP | RTF_CLONING, in in6_ifaupdate_aux() 2983 ia->ia_flags |= RTF_CLONING; in in6_ifinit()
|
| H A D | nd6.c | 2390 (ifa_flags | RTF_HOST | RTF_LLINFO) & ~RTF_CLONING, &rt, ifscope); in nd6_lookup() 2801 if ((rt->rt_flags & RTF_CLONING) || in nd6_rtrequest() 2823 if (rt->rt_flags & RTF_CLONING) { in nd6_rtrequest()
|
| H A D | nd6_prproxy.c | 643 RTF_CLONING | RTF_PRCLONING, IFSCOPE_NONE)) != NULL) { in nd6_proxy_find_fwdroute()
|
| H A D | icmp6.c | 1244 RTF_CLONING | RTF_PRCLONING, m->m_pkthdr.rcvif->if_index); in icmp6_mtudisc_update()
|
| /xnu-10063.101.15/bsd/net/ |
| H A D | route.h | 102 #define RTF_CLONING 0x100 /* generate new routes on use */ macro 134 (((rt)->rt_flags & (RTF_CLONING | RTF_PRCLONING | RTF_HOST | RTF_LLINFO |\
|
| H A D | route.c | 1024 if (report && (nflags & (RTF_CLONING | RTF_PRCLONING))) { in rtalloc1_common_locked() 1479 rt = rtalloc1_scoped_locked(dst, 0, RTF_CLONING | RTF_PRCLONING, ifscope); in rtredirect() 2022 if ((rt->rt_flags & (RTF_CLONING | RTF_PRCLONING)) && in rtrequest_common_locked() 2157 ~(RTF_CLONING | RTF_PRCLONING | RTF_STATIC); in rtrequest_common_locked() 2307 RTF_CLONING | RTF_PRCLONING, ifscope); in rtrequest_common_locked() 2310 RTF_CLONING | RTF_PRCLONING); in rtrequest_common_locked() 2377 (RTF_CLONING | RTF_PRCLONING)) { in rtrequest_common_locked() 2526 !(rt->rt_flags & (RTF_CLONING | RTF_PRCLONING))) { in rt_fixdelete() 2568 (rt->rt_flags & (RTF_CLONING | RTF_PRCLONING))) { in rt_fixchange() 3763 if (rt->rt_flags & (RTF_CLONING | RTF_PRCLONING)) { in rt_set_proxy() [all …]
|
| H A D | if_var_private.h | 1121 #define IFA_CLONING RTF_CLONING /* (0x100) */
|
| /xnu-10063.101.15/tools/lldbmacros/ |
| H A D | routedefines.py | 9 RTF_CLONING = 0x100 variable
|
| H A D | net.py | 769 if (rt.rt_flags & RTF_CLONING):
|
| /xnu-10063.101.15/bsd/netinet/ |
| H A D | in_rmx.c | 139 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() 764 rt->rt_flags &= ~(RTF_CLONING | RTF_PRCLONING); in in_ifadownkill()
|
| H A D | in_arp.c | 928 rt->rt_flags |= RTF_CLONING; in arp_rtrequest() 931 if (rt->rt_flags & RTF_CLONING) { in arp_rtrequest() 2270 ifa->ifa_flags |= RTF_CLONING; in arp_ifinit()
|
| H A D | tcp_subr.c | 2371 (rt->rt_flags & (RTF_CLONING | RTF_PRCLONING))) { in tcp_handle_msgsize() 2372 rt = rtalloc1_scoped(SA(&icmpsrc), 0, RTF_CLONING | RTF_PRCLONING, ifscope); in tcp_handle_msgsize()
|
| /xnu-10063.101.15/tests/ |
| H A D | net_bridge.c | 527 rtmsg.hdr.rtm_flags |= RTF_CLONING; in IPv4RouteApply()
|