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

/xnu-2422.115.4/bsd/net/
H A Dif.h179 #define IFEF_UPDOWNCHANGE 0x80000000 /* up/down state is changing */ macro
H A Dif.c1216 while ((ifp->if_eflags & IFEF_UPDOWNCHANGE) != 0) {
1231 ifp->if_eflags |= IFEF_UPDOWNCHANGE;
1263 ifp->if_eflags &= ~IFEF_UPDOWNCHANGE;

Completed in 24 milliseconds