Home
last modified time | relevance | path

Searched refs:RTF_DYNAMIC (Results 1 – 10 of 10) sorted by relevance

/xnu-8019.80.24/bsd/netinet6/
H A Din6_rmx.c181 if ((rt->rt_flags & RTF_DYNAMIC) && in in6_addroute()
307 if (ret != NULL && (rt->rt_flags & RTF_DYNAMIC)) { in in6_addroute()
350 if (rt->rt_flags & RTF_DYNAMIC) { in in6_deleteroute()
473 if (!(rt->rt_flags & (RTF_WASCLONED | RTF_DYNAMIC))) { in in6_clsroute()
582 ((rt->rt_flags & RTF_DYNAMIC) && ip6_maxdynroutes >= 0 && in in6_rtqkill()
H A Dip6_forward.c628 (rt->rt_flags & (RTF_DYNAMIC | RTF_MODIFIED)) == 0) { in ip6_forward()
H A Din6_pcb.c1287 if (rt->rt_flags & RTF_DYNAMIC) { in in6_losing()
/xnu-8019.80.24/tools/lldbmacros/
H A Droutedefines.py5 RTF_DYNAMIC = 0x10 variable
H A Dnet.py757 if (rt.rt_flags & RTF_DYNAMIC):
/xnu-8019.80.24/bsd/net/
H A Droute.h288 #define RTF_DYNAMIC 0x10 /* created dynamically (by redirect) */ macro
H A Droute.c1546 flags |= RTF_GATEWAY | RTF_DYNAMIC; in rtredirect()
/xnu-8019.80.24/bsd/netinet/
H A Din_rmx.c392 if (!(rt->rt_flags & (RTF_WASCLONED | RTF_DYNAMIC))) { in in_clsroute()
H A Dip_input.c3530 !(rt->rt_flags & (RTF_DYNAMIC | RTF_MODIFIED)) && in ip_forward()
H A Din_pcb.c2147 if (rt->rt_flags & RTF_DYNAMIC) { in in_losing()