Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_msg.c25 if(msg->connid.h.present & UNI_IE_PRESENT) in print_alerting()
27 if(msg->epref.h.present & UNI_IE_PRESENT) in print_alerting()
29 if(msg->notify.h.present & UNI_IE_PRESENT) in print_alerting()
32 if(msg->git[i].h.present & UNI_IE_PRESENT) in print_alerting()
34 if(msg->uu.h.present & UNI_IE_PRESENT) in print_alerting()
36 if(msg->report.h.present & UNI_IE_PRESENT) in print_alerting()
38 if(msg->unrec.h.present & UNI_IE_PRESENT) in print_alerting()
92 if((p->uu.h.present & UNI_IE_PRESENT) && in encode_alerting()
315 if(msg->aal.h.present & UNI_IE_PRESENT) in print_connect()
334 if(msg->uu.h.present & UNI_IE_PRESENT) in print_connect()
[all …]
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))
H A Duni_ie.c177 ie->h.present = UNI_IE_ERROR | UNI_IE_PRESENT; \
576 hdr->present = UNI_IE_ERROR | UNI_IE_PRESENT; in uni_decode_ie_hdr()
582 hdr->present = UNI_IE_ERROR | UNI_IE_PRESENT; in uni_decode_ie_hdr()
609 ie->h.present = UNI_IE_ERROR | UNI_IE_PRESENT; in uni_decode_ie_body()
619 ie->h.present = UNI_IE_ERROR | UNI_IE_PRESENT; in uni_decode_ie_body()
629 ie->h.present = UNI_IE_ERROR | UNI_IE_PRESENT; in uni_decode_ie_body()