Searched refs:RTF_REJECT (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Droutedefines.py4 RTF_REJECT = 0x8 variable
H A Dnet.py648 if (rt.rt_flags & RTF_REJECT):
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Droute.h234 #define RTF_REJECT 0x8 /* host or net unreachable */ macro
H A Dif_loop.c436 if (rt_flags & (RTF_REJECT | RTF_BLACKHOLE)) {
H A Droute.c3754 if (rt->rt_flags & RTF_REJECT) {
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Din_arp.c559 rt->rt_flags &= ~RTF_REJECT;
1127 route->rt_flags &= ~RTF_REJECT;
1170 route->rt_flags |= RTF_REJECT;
1629 route->rt_flags &= ~RTF_REJECT;
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dip6_forward.c659 if ((rt->rt_flags & (RTF_BLACKHOLE|RTF_REJECT)) == 0)
H A Din6_src.c1126 if (rt && (rt->rt_flags & (RTF_REJECT | RTF_BLACKHOLE))) {
H A Dnd6_nbr.c1171 rt->rt_flags &= ~RTF_REJECT;
/macosx-10.9.5/network_cmds-433/netstat.tproj/
H A Droute.c102 { RTF_REJECT, 'R' },
/macosx-10.9.5/network_cmds-433/arp.tproj/
H A Darp.c426 flags |= RTF_REJECT;
/macosx-10.9.5/network_cmds-433/route.tproj/
H A Droute.c642 flags |= RTF_REJECT;

Completed in 206 milliseconds