Searched refs:UNI_IE_PRESENT (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_hdr.h189 #define UNI_IE_PRESENT 0x40000000 macro
196 (((IE).h.present & (UNI_IE_PRESENT|UNI_IE_EMPTY)) == UNI_IE_PRESENT)
199 UNI_IE_PRESENT)
203 UNI_IE_PRESENT)
206 (((IE).h.present & UNI_IE_MASK) == (UNI_IE_PRESENT | UNI_IE_EMPTY))
209 UNI_IE_EMPTY | UNI_IE_PRESENT)
212 (((IE).h.present & UNI_IE_MASK) == (UNI_IE_PRESENT | UNI_IE_ERROR))
215 UNI_IE_ERROR | UNI_IE_PRESENT)
218 (((IE).h.present & UNI_IE_MASK) == (UNI_IE_PRESENT))
[all...]
H A Duni_msg.c25 if(msg->connid.h.present & UNI_IE_PRESENT)
27 if(msg->epref.h.present & UNI_IE_PRESENT)
29 if(msg->notify.h.present & UNI_IE_PRESENT)
32 if(msg->git[i].h.present & UNI_IE_PRESENT)
34 if(msg->uu.h.present & UNI_IE_PRESENT)
36 if(msg->report.h.present & UNI_IE_PRESENT)
38 if(msg->unrec.h.present & UNI_IE_PRESENT)
79 if((p->connid.h.present & UNI_IE_PRESENT) &&
82 if((p->epref.h.present & UNI_IE_PRESENT) &&
85 if((p->notify.h.present & UNI_IE_PRESENT)
[all...]
H A Duni_ie.c177 ie->h.present = UNI_IE_ERROR | UNI_IE_PRESENT; \
576 hdr->present = UNI_IE_ERROR | UNI_IE_PRESENT;
582 hdr->present = UNI_IE_ERROR | UNI_IE_PRESENT;
609 ie->h.present = UNI_IE_ERROR | UNI_IE_PRESENT;
619 ie->h.present = UNI_IE_ERROR | UNI_IE_PRESENT;
629 ie->h.present = UNI_IE_ERROR | UNI_IE_PRESENT;

Completed in 58 milliseconds