Home
last modified time | relevance | path

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

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