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

/darwin-on-arm/xnu/bsd/netat/
H A Drouting_tables.h45 #define RTE_STATE_UNUSED 0 /* this entry is not in used */ macro
H A Dddp_rtmptable.c981 if (RT_table[i].EntryState != RTE_STATE_UNUSED)
1003 if (rt->EntryState != RTE_STATE_UNUSED) {
1038 if (rt->EntryState != RTE_STATE_UNUSED) {
H A Dddp_r_rtmp.c744 * RTE_STATE_UNUSED : Unused or removed entry in the table
772 if (state > RTE_STATE_UNUSED &&
785 if (state == RTE_STATE_UNUSED) {/* was BAD, needs to delete */
1652 if ((state > RTE_STATE_UNUSED) && (state != RTE_STATE_PERMANENT)

Completed in 49 milliseconds