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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Din_pcb.h604 ((_inp)->inp_flags2 & INP2_AWDL_UNRESTRICTED)
680 #define INP2_AWDL_UNRESTRICTED 0x00000020 /* AWDL restricted mode allowed */ macro
H A Din_pcb.c2522 inp->inp_flags2 |= INP2_AWDL_UNRESTRICTED;
2531 return (inp->inp_flags2 & INP2_AWDL_UNRESTRICTED) ? TRUE : FALSE;
2537 inp->inp_flags2 &= ~INP2_AWDL_UNRESTRICTED;

Completed in 130 milliseconds