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

/darwin-on-arm/xnu/bsd/net/
H A Droute.c246 uint32_t rtd_inuse; /* in use pattern */ member in struct:rtentry_dbg
1161 if (rte->rtd_inuse != RTD_INUSE)
1189 if (rte->rtd_inuse != RTD_INUSE)
3231 rte->rtd_inuse = RTD_INUSE;
3244 if (rte->rtd_inuse == RTD_FREED)
3246 else if (rte->rtd_inuse != RTD_INUSE)
3253 rte->rtd_inuse = RTD_FREED;

Completed in 63 milliseconds