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

/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkInterface.h422 static void if_detach(ifnet_t ifp);
H A DIONetworkInterface.cpp505 params->detach = if_detach;
1506 void IONetworkInterface::if_detach( ifnet_t ifp ) function in class:IONetworkInterface
2209 // this will lead to another thread calling if_detach()
2212 // protect against if_detach() running before we block
2214 while (WAITING_FOR_DETACH(this)) // if false, if_detach is done

Completed in 140 milliseconds