Searched refs:RTF_PRCLONING (Results 1 – 14 of 14) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | route.h | 111 #define RTF_PRCLONING 0x10000 /* protocol requires cloning */ macro 134 (((rt)->rt_flags & (RTF_CLONING | RTF_PRCLONING | RTF_HOST | RTF_LLINFO |\
|
| H A D | route.c | 1020 (rt->rt_flags & RTF_PRCLONING) && in route_ignore_protocol_cloning_for_dst() 1075 ignflags |= RTF_PRCLONING; in rtalloc1_common_locked() 1083 if (report && (nflags & (RTF_CLONING | RTF_PRCLONING))) { in rtalloc1_common_locked() 1538 rt = rtalloc1_scoped_locked(dst, 0, RTF_CLONING | RTF_PRCLONING, ifscope); in rtredirect() 2081 if ((rt->rt_flags & (RTF_CLONING | RTF_PRCLONING)) && in rtrequest_common_locked() 2216 ~(RTF_CLONING | RTF_PRCLONING | RTF_STATIC); in rtrequest_common_locked() 2367 RTF_CLONING | RTF_PRCLONING, ifscope); in rtrequest_common_locked() 2370 RTF_CLONING | RTF_PRCLONING); in rtrequest_common_locked() 2438 (RTF_CLONING | RTF_PRCLONING)) { in rtrequest_common_locked() 2587 !(rt->rt_flags & (RTF_CLONING | RTF_PRCLONING))) { in rt_fixdelete() [all …]
|
| /xnu-12377.41.6/tools/lldbmacros/ |
| H A D | routedefines.py | 16 RTF_PRCLONING = 0x10000 variable
|
| H A D | net.py | 762 if (rt.rt_flags & RTF_PRCLONING):
|
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | in6_rmx.c | 196 rt->rt_flags |= RTF_PRCLONING; in in6_addroute() 240 RTF_CLONING | RTF_PRCLONING, sin6_get_ifscope(rt_key(rt))); in in6_addroute() 297 RTF_CLONING | RTF_PRCLONING, sin6_get_ifscope(rt_key(rt))); in in6_addroute()
|
| H A D | ip6_forward.c | 437 RTF_PRCLONING, ifscope); in ip6_forward() 471 RTF_PRCLONING, ifscope); in ip6_forward()
|
| H A D | nd6_prproxy.c | 534 rtalloc_scoped_ign((struct route *)ro6, RTF_PRCLONING, ifscope); in nd6_prproxy_isours() 644 RTF_CLONING | RTF_PRCLONING, IFSCOPE_NONE)) != NULL) { in nd6_proxy_find_fwdroute() 669 RTF_PRCLONING, fwd_ifp->if_index)) != NULL) { in nd6_proxy_find_fwdroute()
|
| H A D | ip6_input.c | 678 RTF_PRCLONING, IFSCOPE_NONE); in ip6_input_check_interface()
|
| H A D | icmp6.c | 1249 RTF_CLONING | RTF_PRCLONING, m->m_pkthdr.rcvif->if_index); in icmp6_mtudisc_update()
|
| H A D | nd6_rtr.c | 998 rtflags |= RTF_PRCLONING; in defrouter_addreq()
|
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | in_rmx.c | 141 rt->rt_flags |= RTF_PRCLONING; in in_addroute() 194 RTF_CLONING | RTF_PRCLONING, sin_get_ifscope(rt_key(rt))); in in_addroute() 769 rt->rt_flags &= ~(RTF_CLONING | RTF_PRCLONING); in in_ifadownkill()
|
| H A D | ip_output.c | 786 uint32_t ign = RTF_PRCLONING; in ip_output_list() 806 ign &= ~RTF_PRCLONING; in ip_output_list()
|
| H A D | ip_input.c | 2773 rtalloc_ign(&ro, RTF_PRCLONING); in ip_rtaddr() 3134 rtalloc_scoped_ign(&fwd_rt, RTF_PRCLONING, ipoa.ipoa_boundif); in ip_forward()
|
| H A D | tcp_subr.c | 2621 (rt->rt_flags & (RTF_CLONING | RTF_PRCLONING))) { in tcp_handle_msgsize() 2622 rt = rtalloc1_scoped(SA(&icmpsrc), 0, RTF_CLONING | RTF_PRCLONING, ifscope); in tcp_handle_msgsize()
|