Searched refs:RTF_PRCLONING (Results 1 – 14 of 14) sorted by relevance
| /xnu-8792.41.9/bsd/net/ |
| H A D | route.h | 114 #define RTF_PRCLONING 0x10000 /* protocol requires cloning */ macro 143 (((rt)->rt_flags & (RTF_CLONING | RTF_PRCLONING | RTF_HOST | RTF_LLINFO |\
|
| H A D | route.c | 958 (rt->rt_flags & RTF_PRCLONING) && in route_ignore_protocol_cloning_for_dst() 1012 ignflags |= RTF_PRCLONING; in rtalloc1_common_locked() 1020 if (report && (nflags & (RTF_CLONING | RTF_PRCLONING))) { in rtalloc1_common_locked() 1475 rt = rtalloc1_scoped_locked(dst, 0, RTF_CLONING | RTF_PRCLONING, ifscope); in rtredirect() 2013 if ((rt->rt_flags & (RTF_CLONING | RTF_PRCLONING)) && in rtrequest_common_locked() 2148 ~(RTF_CLONING | RTF_PRCLONING | RTF_STATIC); in rtrequest_common_locked() 2298 RTF_CLONING | RTF_PRCLONING, ifscope); in rtrequest_common_locked() 2301 RTF_CLONING | RTF_PRCLONING); in rtrequest_common_locked() 2359 (RTF_CLONING | RTF_PRCLONING)) { in rtrequest_common_locked() 2503 !(rt->rt_flags & (RTF_CLONING | RTF_PRCLONING))) { in rt_fixdelete() [all …]
|
| /xnu-8792.41.9/tools/lldbmacros/ |
| H A D | routedefines.py | 16 RTF_PRCLONING = 0x10000 variable
|
| H A D | net.py | 776 if (rt.rt_flags & RTF_PRCLONING):
|
| /xnu-8792.41.9/bsd/netinet6/ |
| H A D | in6_rmx.c | 194 rt->rt_flags |= RTF_PRCLONING; in in6_addroute() 238 RTF_CLONING | RTF_PRCLONING, sin6_get_ifscope(rt_key(rt))); in in6_addroute() 296 RTF_CLONING | RTF_PRCLONING, sin6_get_ifscope(rt_key(rt))); in in6_addroute()
|
| H A D | ip6_forward.c | 434 RTF_PRCLONING, ifscope); in ip6_forward() 468 RTF_PRCLONING, ifscope); in ip6_forward()
|
| H A D | nd6_prproxy.c | 533 rtalloc_scoped_ign((struct route *)ro6, RTF_PRCLONING, ifscope); in nd6_prproxy_isours() 643 RTF_CLONING | RTF_PRCLONING, IFSCOPE_NONE)) != NULL) { in nd6_proxy_find_fwdroute() 668 RTF_PRCLONING, fwd_ifp->if_index)) != NULL) { in nd6_proxy_find_fwdroute()
|
| H A D | ip6_input.c | 674 RTF_PRCLONING, IFSCOPE_NONE); in ip6_input_check_interface()
|
| H A D | icmp6.c | 1244 RTF_CLONING | RTF_PRCLONING, m->m_pkthdr.rcvif->if_index); in icmp6_mtudisc_update()
|
| H A D | nd6_rtr.c | 952 rtflags |= RTF_PRCLONING; in defrouter_addreq()
|
| /xnu-8792.41.9/bsd/netinet/ |
| H A D | in_rmx.c | 138 rt->rt_flags |= RTF_PRCLONING; in in_addroute() 191 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 | ip_output.c | 748 uint32_t ign = RTF_PRCLONING; in ip_output_list() 768 ign &= ~RTF_PRCLONING; in ip_output_list()
|
| H A D | ip_input.c | 3139 rtalloc_ign(&ro, RTF_PRCLONING); in ip_rtaddr() 3491 rtalloc_scoped_ign(&fwd_rt, RTF_PRCLONING, ipoa.ipoa_boundif); in ip_forward()
|
| H A D | tcp_subr.c | 2352 (rt->rt_flags & (RTF_CLONING | RTF_PRCLONING))) { in tcp_handle_msgsize() 2354 RTF_CLONING | RTF_PRCLONING, ifscope); in tcp_handle_msgsize()
|