Searched refs:UNI_IE_EMPTY (Results 1 – 2 of 2) sorted by relevance
188 #define UNI_IE_EMPTY 0x80000000 macro196 (((IE).h.present & (UNI_IE_PRESENT|UNI_IE_EMPTY)) == UNI_IE_PRESENT)202 ((IE).h.present = ((IE).h.present & ~UNI_IE_EMPTY) | \206 (((IE).h.present & UNI_IE_MASK) == (UNI_IE_PRESENT | UNI_IE_EMPTY))209 UNI_IE_EMPTY | UNI_IE_PRESENT)
667 if(h->present & UNI_IE_EMPTY) { in uni_encode_ie_hdr()