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

/xnu-2422.115.4/tools/lldbmacros/
H A Droutedefines.py5 RTF_DYNAMIC = 0x10 variable
H A Dnet.py650 if (rt.rt_flags & RTF_DYNAMIC):
/xnu-2422.115.4/bsd/netinet6/
H A Din6_rmx.c182 if ((rt->rt_flags & RTF_DYNAMIC) &&
303 if (ret != NULL && (rt->rt_flags & RTF_DYNAMIC))
344 if (rt->rt_flags & RTF_DYNAMIC)
464 if (!(rt->rt_flags & (RTF_WASCLONED | RTF_DYNAMIC)))
569 ((rt->rt_flags & RTF_DYNAMIC) && ip6_maxdynroutes >= 0 &&
H A Dip6_forward.c594 (rt->rt_flags & (RTF_DYNAMIC|RTF_MODIFIED)) == 0) {
H A Din6_pcb.c1021 if (rt->rt_flags & RTF_DYNAMIC) {
/xnu-2422.115.4/bsd/net/
H A Droute.h235 #define RTF_DYNAMIC 0x10 /* created dynamically (by redirect) */ macro
H A Droute.c147 * be done without rt_lock: RTF_GATEWAY, RTF_HOST, RTF_DYNAMIC,
1402 flags |= RTF_GATEWAY | RTF_DYNAMIC;
/xnu-2422.115.4/bsd/netinet/
H A Din_rmx.c377 if (!(rt->rt_flags & (RTF_WASCLONED | RTF_DYNAMIC)))
H A Din_pcb.c1560 if (rt->rt_flags & RTF_DYNAMIC) {
H A Dip_input.c2789 !(rt->rt_flags & (RTF_DYNAMIC|RTF_MODIFIED)) &&

Completed in 102 milliseconds