Searched refs:RTF_PRCLONING (Results 1 - 15 of 15) sorted by relevance

/xnu-2782.1.97/tools/lldbmacros/
H A Droutedefines.py16 RTF_PRCLONING = 0x10000 variable
H A Dnet.py656 if (rt.rt_flags & RTF_PRCLONING):
/xnu-2782.1.97/bsd/net/
H A Droute.c931 if (report && (nflags & (RTF_CLONING | RTF_PRCLONING))) {
1341 rt = rtalloc1_scoped_locked(dst, 0, RTF_CLONING|RTF_PRCLONING, ifscope);
1795 if ((rt->rt_flags & (RTF_CLONING | RTF_PRCLONING)) &&
1901 ~(RTF_CLONING | RTF_PRCLONING | RTF_STATIC);
2048 RTF_CLONING | RTF_PRCLONING, ifscope);
2051 RTF_CLONING | RTF_PRCLONING);
2109 (RTF_CLONING | RTF_PRCLONING)) {
2228 !(rt->rt_flags & (RTF_CLONING | RTF_PRCLONING))) {
2270 (rt->rt_flags & (RTF_CLONING | RTF_PRCLONING))) {
2447 gwrt = rtalloc1_scoped_locked(gate, 1, RTF_PRCLONING, ifscop
[all...]
H A Droute.h243 #define RTF_PRCLONING 0x10000 /* protocol requires cloning */ macro
/xnu-2782.1.97/bsd/netinet/
H A Din_rmx.c135 rt->rt_flags |= RTF_PRCLONING;
180 RTF_CLONING | RTF_PRCLONING, sin_get_ifscope(rt_key(rt)));
739 rt->rt_flags &= ~(RTF_CLONING | RTF_PRCLONING);
H A Dip_output.c712 * interface selection, don't mask out RTF_PRCLONING
740 unsigned long ign = RTF_PRCLONING;
757 * the RTF_PRCLONING scheme is no longer present.
760 ign &= ~RTF_PRCLONING;
1651 rtalloc_ign(ro_fwd, RTF_PRCLONING);
H A Dip_input.c2393 rtalloc_ign(&ro, RTF_PRCLONING);
2699 rtalloc_scoped_ign(&fwd_rt, RTF_PRCLONING, ipoa.ipoa_boundif);
H A Dtcp_subr.c1874 RTF_CLONING | RTF_PRCLONING);
H A Dip_fw2.c1107 rtalloc_ign(&ro, RTF_CLONING|RTF_PRCLONING);
/xnu-2782.1.97/bsd/netinet6/
H A Din6_rmx.c193 rt->rt_flags |= RTF_PRCLONING;
231 RTF_CLONING | RTF_PRCLONING, sin6_get_ifscope(rt_key(rt)));
288 RTF_CLONING | RTF_PRCLONING, sin6_get_ifscope(rt_key(rt)));
H A Dip6_forward.c415 RTF_PRCLONING, ifscope);
448 RTF_PRCLONING, ifscope);
H A Dnd6_prproxy.c573 rtalloc_scoped_ign((struct route *)ro6, RTF_PRCLONING, ifscope);
678 RTF_CLONING | RTF_PRCLONING, IFSCOPE_NONE)) != NULL) {
703 RTF_PRCLONING, fwd_ifp->if_index)) != NULL) {
H A Dip6_input.c841 RTF_PRCLONING, IFSCOPE_NONE);
H A Dicmp6.c1188 RTF_CLONING | RTF_PRCLONING, m->m_pkthdr.rcvif->if_index);
H A Dnd6_nbr.c2377 if (!(rt->rt_flags & (RTF_CLONING|RTF_PRCLONING)) &&

Completed in 102 milliseconds