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

/xnu-2782.1.97/tools/lldbmacros/
H A Droutedefines.py24 RTF_CONDEMNED = 0x2000000 variable
H A Dnet.py680 if (rt.rt_flags & RTF_CONDEMNED):
/xnu-2782.1.97/bsd/net/
H A Droute.h140 ((_ro)->ro_rt->rt_flags & (RTF_UP|RTF_CONDEMNED)) != RTF_UP || \
252 #define RTF_CONDEMNED 0x2000000 /* defunct; no longer modifiable */ macro
H A Droute.c159 * acquired across the operation, setting RTF_CONDEMNED on a route
1781 rt->rt_flags |= RTF_CONDEMNED;
2366 if (rt->rt_flags & RTF_CONDEMNED) {
2489 if (rt->rt_flags & RTF_CONDEMNED) {
2804 if (!(RT(rn)->rt_flags & RTF_CONDEMNED)) {
2957 if ((rt->rt_flags & (RTF_UP | RTF_CONDEMNED)) == RTF_UP) {
H A Drtsock.c787 if (rt->rt_flags & RTF_CONDEMNED)
837 if (rt->rt_flags & RTF_CONDEMNED) {
/xnu-2782.1.97/bsd/netinet/
H A Din_arp.c968 rt->rt_flags |= RTF_CONDEMNED;
1611 (route->rt_flags & RTF_CONDEMNED)) {
H A Din_pcb.c1639 rt->rt_flags |= RTF_CONDEMNED;
/xnu-2782.1.97/bsd/netinet6/
H A Din6_ifattach.c1129 rt->rt_flags |= RTF_CONDEMNED;
H A Din6_pcb.c1060 rt->rt_flags |= RTF_CONDEMNED;
H A Dnd6_prproxy.c681 rt->rt_flags |= RTF_CONDEMNED;
H A Dnd6_nbr.c2380 rt->rt_flags |= RTF_CONDEMNED;
H A Dnd6.c1941 rt->rt_flags |= RTF_CONDEMNED;

Completed in 85 milliseconds