Searched refs:UNI_IE_BLLI (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | uni_hdr.h | 107 UNI_IE_BLLI = 0x5f, /* broadband lower layer information */ enumerator
|
| H A D | uni_msg.c | 361 ret |= uni_check_ie(UNI_IE_BLLI, (union uni_ieall *)&m->blli, cx); in check_connect() 412 uni_encode_ie(UNI_IE_BLLI, msg, (union uni_ieall *)&p->blli, cx)) in encode_connect() 413 return (UNI_IE_BLLI); in encode_connect() 487 case UNI_IE_BLLI: in decode_connect() 1268 return (0x10000000 + UNI_IE_BLLI); in encode_setup() 1272 return ((i << 16) + UNI_IE_BLLI); in encode_setup() 1413 case UNI_IE_BLLI: in decode_setup() 2323 return (UNI_IE_BLLI); in encode_add_party() 2412 case UNI_IE_BLLI: in decode_add_party() 2681 return (UNI_IE_BLLI); in encode_add_party_ack() [all …]
|
| H A D | uni_ie.c | 4910 START_IE(blli, UNI_IE_BLLI, 13); in DEF_IE_ENCODE()
|
| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | cc_conn.c | 636 uni_print_ie(buf, sizeof(buf), UNI_IE_BLLI, in cc_conn_dispatch()
|