Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/netinet6/
H A Din6_rmx.c181 if ((rt->rt_flags & RTF_DYNAMIC) && in in6_addroute()
311 if (ret != NULL && (rt->rt_flags & RTF_DYNAMIC)) { in in6_addroute()
354 if (rt->rt_flags & RTF_DYNAMIC) { in in6_deleteroute()
477 if (!(rt->rt_flags & (RTF_WASCLONED | RTF_DYNAMIC))) { in in6_clsroute()
586 ((rt->rt_flags & RTF_DYNAMIC) && ip6_maxdynroutes >= 0 && in in6_rtqkill()
H A Dip6_forward.c627 (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-8020.140.41/tools/lldbmacros/
H A Droutedefines.py5 RTF_DYNAMIC = 0x10 variable
H A Dnet.py768 if (rt.rt_flags & RTF_DYNAMIC):
/xnu-8020.140.41/bsd/net/
H A Droute.h294 #define RTF_DYNAMIC 0x10 /* created dynamically (by redirect) */ macro
H A Droute.c1542 flags |= RTF_GATEWAY | RTF_DYNAMIC; in rtredirect()
/xnu-8020.140.41/bsd/netinet/
H A Din_rmx.c392 if (!(rt->rt_flags & (RTF_WASCLONED | RTF_DYNAMIC))) { in in_clsroute()
H A Dip_input.c3527 !(rt->rt_flags & (RTF_DYNAMIC | RTF_MODIFIED)) && in ip_forward()
H A Din_pcb.c2147 if (rt->rt_flags & RTF_DYNAMIC) { in in_losing()