Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Din6_rmx.c183 if ((rt->rt_flags & RTF_DYNAMIC) && in in6_addroute()
312 if (ret != NULL && (rt->rt_flags & RTF_DYNAMIC)) { in in6_addroute()
355 if (rt->rt_flags & RTF_DYNAMIC) { in in6_deleteroute()
480 if (!(rt->rt_flags & (RTF_WASCLONED | RTF_DYNAMIC))) { in in6_clsroute()
589 ((rt->rt_flags & RTF_DYNAMIC) && ip6_maxdynroutes >= 0 && in in6_rtqkill()
H A Dip6_forward.c630 (rt->rt_flags & (RTF_DYNAMIC | RTF_MODIFIED)) == 0) { in ip6_forward()
H A Din6_pcb.c1332 if (rt->rt_flags & RTF_DYNAMIC) { in in6_losing()
/xnu-12377.41.6/tools/lldbmacros/
H A Droutedefines.py5 RTF_DYNAMIC = 0x10 variable
H A Dnet.py756 if (rt.rt_flags & RTF_DYNAMIC):
/xnu-12377.41.6/bsd/net/
H A Droute.h98 #define RTF_DYNAMIC 0x10 /* created dynamically (by redirect) */ macro
H A Droute.c1602 flags |= RTF_GATEWAY | RTF_DYNAMIC; in rtredirect()
/xnu-12377.41.6/bsd/netinet/
H A Din_rmx.c395 if (!(rt->rt_flags & (RTF_WASCLONED | RTF_DYNAMIC))) { in in_clsroute()
H A Dip_input.c3176 !(rt->rt_flags & (RTF_DYNAMIC | RTF_MODIFIED)) && in ip_forward()
H A Din_pcb.c2265 if (rt->rt_flags & RTF_DYNAMIC) { in in_losing()