Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_msg.c87 return (UNI_IE_NOTIFY); in encode_alerting()
135 case UNI_IE_NOTIFY: in decode_alerting()
243 return (UNI_IE_NOTIFY); in encode_call_proc()
277 case UNI_IE_NOTIFY: in decode_call_proc()
513 case UNI_IE_NOTIFY: in decode_connect()
700 case UNI_IE_NOTIFY: in decode_connect_ack()
844 case UNI_IE_NOTIFY: in decode_release()
1491 case UNI_IE_NOTIFY: in decode_setup()
1968 case UNI_IE_NOTIFY: in decode_notify()
2490 case UNI_IE_NOTIFY: in decode_add_party()
[all …]
H A Duni_hdr.h95 UNI_IE_NOTIFY = 0x27, /* UNI4.0 notify */ enumerator
H A Duni_ie.c1826 START_IE(notify, UNI_IE_NOTIFY, ie->len); in DEF_IE_ENCODE()
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_call.c1493 MANDATE_IE(c->uni, u->u.notify.notify, UNI_IE_NOTIFY); in unx_notify()