Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_hdr.h101 UNI_IE_AAL = 0x58, /* ATM adaptation layer parameters */ enumerator
H A Duni_msg.c360 ret |= uni_check_ie(UNI_IE_AAL, (union uni_ieall *)&m->aal, cx); in check_connect()
409 uni_encode_ie(UNI_IE_AAL, msg, (union uni_ieall *)&p->aal, cx)) in encode_connect()
410 return (UNI_IE_AAL); in encode_connect()
479 case UNI_IE_AAL: in decode_connect()
1164 ret |= uni_check_ie(UNI_IE_AAL, (union uni_ieall *)&m->aal, cx); in check_setup()
1256 return (UNI_IE_AAL); in encode_setup()
1381 case UNI_IE_AAL: in decode_setup()
2317 return (UNI_IE_AAL); in encode_add_party()
2396 case UNI_IE_AAL: in decode_add_party()
2678 return (UNI_IE_AAL); in encode_add_party_ack()
[all …]
H A Duni_ie.c3036 START_IE(aal, UNI_IE_AAL, 16); in DEF_IE_ENCODE()