Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_hdr.h192 #define UNI_IE_MASK 0xf0000000 macro
198 ((IE).h.present = ((IE).h.present & ~UNI_IE_MASK) | \
206 (((IE).h.present & UNI_IE_MASK) == (UNI_IE_PRESENT | UNI_IE_EMPTY))
208 ((IE).h.present = ((IE).h.present & ~UNI_IE_MASK) | \
212 (((IE).h.present & UNI_IE_MASK) == (UNI_IE_PRESENT | UNI_IE_ERROR))
214 ((IE).h.present = ((IE).h.present & ~UNI_IE_MASK) | \
218 (((IE).h.present & UNI_IE_MASK) == (UNI_IE_PRESENT))