Home
last modified time | relevance | path

Searched refs:RTF_MODIFIED (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/tools/lldbmacros/
H A Droutedefines.py6 RTF_MODIFIED = 0x20 variable
H A Dnet.py758 if (rt.rt_flags & RTF_MODIFIED):
/xnu-12377.41.6/bsd/net/
H A Droute.h99 #define RTF_MODIFIED 0x20 /* modified dynamically (by redirect) */ macro
H A Droute.c1611 rt->rt_flags |= RTF_MODIFIED; in rtredirect()
1612 flags |= RTF_MODIFIED; in rtredirect()
/xnu-12377.41.6/bsd/netinet6/
H A Dip6_forward.c630 (rt->rt_flags & (RTF_DYNAMIC | RTF_MODIFIED)) == 0) { in ip6_forward()
/xnu-12377.41.6/bsd/netinet/
H A Dip_input.c3176 !(rt->rt_flags & (RTF_DYNAMIC | RTF_MODIFIED)) && in ip_forward()