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

/darwin-on-arm/xnu/bsd/net/
H A Droute.c233 #define RTD_INUSE 0xFEEDFACE /* entry is in use */ macro
1161 if (rte->rtd_inuse != RTD_INUSE)
1189 if (rte->rtd_inuse != RTD_INUSE)
3231 rte->rtd_inuse = RTD_INUSE;
3246 else if (rte->rtd_inuse != RTD_INUSE)

Completed in 25 milliseconds