Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/lldbmacros/
H A Droutedefines.py6 RTF_MODIFIED = 0x20 variable
H A Dnet.py759 if (rt.rt_flags & RTF_MODIFIED):
/xnu-8019.80.24/bsd/net/
H A Droute.h289 #define RTF_MODIFIED 0x20 /* modified dynamically (by redirect) */ macro
H A Droute.c1555 rt->rt_flags |= RTF_MODIFIED; in rtredirect()
1556 flags |= RTF_MODIFIED; in rtredirect()
/xnu-8019.80.24/bsd/netinet6/
H A Dip6_forward.c628 (rt->rt_flags & (RTF_DYNAMIC | RTF_MODIFIED)) == 0) { in ip6_forward()
/xnu-8019.80.24/bsd/netinet/
H A Dip_input.c3530 !(rt->rt_flags & (RTF_DYNAMIC | RTF_MODIFIED)) && in ip_forward()