Home
last modified time | relevance | path

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

/xnu-8792.61.2/tools/lldbmacros/
H A Droutedefines.py6 RTF_MODIFIED = 0x20 variable
H A Dnet.py772 if (rt.rt_flags & RTF_MODIFIED):
/xnu-8792.61.2/bsd/net/
H A Droute.h100 #define RTF_MODIFIED 0x20 /* modified dynamically (by redirect) */ macro
H A Droute.c1548 rt->rt_flags |= RTF_MODIFIED; in rtredirect()
1549 flags |= RTF_MODIFIED; in rtredirect()
/xnu-8792.61.2/bsd/netinet6/
H A Dip6_forward.c627 (rt->rt_flags & (RTF_DYNAMIC | RTF_MODIFIED)) == 0) { in ip6_forward()
/xnu-8792.61.2/bsd/netinet/
H A Dip_input.c3537 !(rt->rt_flags & (RTF_DYNAMIC | RTF_MODIFIED)) && in ip_forward()