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

/darwin-on-arm/xnu/bsd/net/
H A Dif.h172 #define IFEF_AWDL 0x100000 /* Apple Wireless Direct Link */ macro
180 * Current requirements for an AWDL interface. Setting/clearing IFEF_AWDL
182 * IFEF_AWDL is set, the rest of flags cannot be cleared, by definition.
186 IFEF_AWDL)
H A Dkpi_interface.c418 * If IFEF_AWDL is set by the caller, also set the rest of flags as
421 * If IFEF_AWDL has been set on the interface and the caller attempts
438 if (ifp->if_eflags & IFEF_AWDL) {
439 if (eflags & IFEF_AWDL) {
446 } else if (eflags & IFEF_AWDL) {
462 * Sanity checks for IFEF_AWDL and its related flags.

Completed in 17 milliseconds