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

/darwin-on-arm/xnu/bsd/net/
H A Dif_vlan.c223 #define IFVF_READY 0x4 /* interface is ready */ macro
333 return ((ifv->ifv_flags & IFVF_READY) != 0);
339 ifv->ifv_flags |= IFVF_READY;
346 ifv->ifv_flags &= ~IFVF_READY;

Completed in 20 milliseconds