Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/
H A Din6_rmx.c183 if ((rt->rt_flags & RTF_DYNAMIC) && in in6_addroute()
313 if (ret != NULL && (rt->rt_flags & RTF_DYNAMIC)) { in in6_addroute()
356 if (rt->rt_flags & RTF_DYNAMIC) { in in6_deleteroute()
479 if (!(rt->rt_flags & (RTF_WASCLONED | RTF_DYNAMIC))) { in in6_clsroute()
588 ((rt->rt_flags & RTF_DYNAMIC) && ip6_maxdynroutes >= 0 && in in6_rtqkill()
H A Dip6_forward.c629 (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-10063.101.15/tools/lldbmacros/
H A Droutedefines.py5 RTF_DYNAMIC = 0x10 variable
H A Dnet.py765 if (rt.rt_flags & RTF_DYNAMIC):
/xnu-10063.101.15/bsd/net/
H A Droute.h98 #define RTF_DYNAMIC 0x10 /* created dynamically (by redirect) */ macro
H A Droute.c1543 flags |= RTF_GATEWAY | RTF_DYNAMIC; in rtredirect()
/xnu-10063.101.15/bsd/netinet/
H A Din_rmx.c394 if (!(rt->rt_flags & (RTF_WASCLONED | RTF_DYNAMIC))) { in in_clsroute()
H A Dip_input.c3529 !(rt->rt_flags & (RTF_DYNAMIC | RTF_MODIFIED)) && in ip_forward()
H A Din_pcb.c2275 if (rt->rt_flags & RTF_DYNAMIC) { in in_losing()