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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif.h156 #define IFEF_UPDOWNCHANGE 0x80000000 /* Interface's up/down state is changing */ macro
H A Dif.c981 while ((ifp->if_eflags & IFEF_UPDOWNCHANGE) != 0) {
996 ifp->if_eflags |= IFEF_UPDOWNCHANGE;
1022 ifp->if_eflags &= ~IFEF_UPDOWNCHANGE;

Completed in 62 milliseconds