Home
last modified time | relevance | path

Searched refs:UNI_IE_EMPTY (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_hdr.h188 #define UNI_IE_EMPTY 0x80000000 macro
196 (((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)
H A Duni_ie.c667 if(h->present & UNI_IE_EMPTY) { in uni_encode_ie_hdr()