Home
last modified time | relevance | path

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

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