Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_msg.c100 return (UNI_IE_UNREC); in encode_alerting()
175 case UNI_IE_UNREC: in decode_alerting()
287 case UNI_IE_UNREC: in decode_call_proc()
629 case UNI_IE_UNREC: in decode_connect()
708 case UNI_IE_UNREC: in decode_connect_ack()
894 case UNI_IE_UNREC: in decode_release()
1052 case UNI_IE_UNREC: in decode_release_compl()
1683 case UNI_IE_UNREC: in decode_setup()
1812 case UNI_IE_UNREC: in decode_status()
1891 case UNI_IE_UNREC: in decode_status_enq()
[all …]
H A Duni_hdr.h135 UNI_IE_UNREC = 0xfe, enumerator
H A Dprivmsg.c139 ietype == UNI_IE_UNREC) { in uni_decode_body_internal()
H A Duni_ie.c7145 START_IE2(unrec, UNI_IE_UNREC, ie->len, ie->id); in DEF_IE_ENCODE()