Searched refs:UNI_IE_FACILITY (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | uni_hdr.h | 94 UNI_IE_FACILITY = 0x1C, /* Q.2932 facility IE */ enumerator
|
| H A D | uni_msg.c | 383 ret |= uni_check_ie(UNI_IE_FACILITY, (union uni_ieall *)&m->facility, cx); in check_connect() 446 uni_encode_ie(UNI_IE_FACILITY, msg, (union uni_ieall *)&p->facility, cx)) in encode_connect() 447 return (UNI_IE_FACILITY); in encode_connect() 583 case UNI_IE_FACILITY: in decode_connect() 774 ret |= uni_check_ie(UNI_IE_FACILITY, (union uni_ieall *)&m->facility, cx); in check_release() 809 return (UNI_IE_FACILITY); in encode_release() 874 case UNI_IE_FACILITY: in decode_release() 3811 return (UNI_IE_FACILITY); in encode_cobisetup() 3841 case UNI_IE_FACILITY: in decode_cobisetup() 3946 return (UNI_IE_FACILITY); in encode_facility() [all …]
|
| H A D | uni_ie.c | 1757 START_IE(facility, UNI_IE_FACILITY, 1 + ie->len); in DEF_IE_ENCODE()
|