Home
last modified time | relevance | path

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

/trueos/sys/contrib/ngatm/netnatm/msg/
HDuni_msg.c30 uni_print_ie_internal(UNI_IE_NOTIFY, (union uni_ieall *)&msg->notify, cx); in print_alerting()
53 ret |= uni_check_ie(UNI_IE_NOTIFY, (union uni_ieall *)&m->notify, cx); in check_alerting()
86 uni_encode_ie(UNI_IE_NOTIFY, msg, (union uni_ieall *)&p->notify, cx)) in encode_alerting()
87 return (UNI_IE_NOTIFY); in encode_alerting()
135 case UNI_IE_NOTIFY: in decode_alerting()
139 if(uni_decode_ie_body(UNI_IE_NOTIFY, (union uni_ieall *)&out->notify, msg, ielen, cx)) in decode_alerting()
206 uni_print_ie_internal(UNI_IE_NOTIFY, (union uni_ieall *)&msg->notify, cx); in print_call_proc()
221 ret |= uni_check_ie(UNI_IE_NOTIFY, (union uni_ieall *)&m->notify, cx); in check_call_proc()
242 uni_encode_ie(UNI_IE_NOTIFY, msg, (union uni_ieall *)&p->notify, cx)) in encode_call_proc()
243 return (UNI_IE_NOTIFY); in encode_call_proc()
[all …]
HDuni_hdr.h95 UNI_IE_NOTIFY = 0x27, /* UNI4.0 notify */ enumerator
HDuni_ie.c1826 START_IE(notify, UNI_IE_NOTIFY, ie->len); in DEF_IE_ENCODE()
/trueos/sys/contrib/ngatm/netnatm/sig/
HDsig_call.c1493 MANDATE_IE(c->uni, u->u.notify.notify, UNI_IE_NOTIFY); in unx_notify()