Searched refs:UNI_IE_SCOMPL (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | uni_hdr.h | 110 UNI_IE_SCOMPL = 0x62, /* broadband sending complete */ enumerator
|
| H A D | uni_msg.c | 1112 uni_print_ie_internal(UNI_IE_SCOMPL, (union uni_ieall *)&msg->scompl, cx); in print_setup() 1187 ret |= uni_check_ie(UNI_IE_SCOMPL, (union uni_ieall *)&m->scompl, cx); in check_setup() 1300 uni_encode_ie(UNI_IE_SCOMPL, msg, (union uni_ieall *)&p->scompl, cx)) in encode_setup() 1301 return (UNI_IE_SCOMPL); in encode_setup() 1499 case UNI_IE_SCOMPL: in decode_setup() 1505 if(uni_decode_ie_body(UNI_IE_SCOMPL, (union uni_ieall *)&out->scompl, msg, ielen, cx)) in decode_setup() 2215 uni_print_ie_internal(UNI_IE_SCOMPL, (union uni_ieall *)&msg->scompl, cx); in print_add_party() 2265 ret |= uni_check_ie(UNI_IE_SCOMPL, (union uni_ieall *)&m->scompl, cx); in check_add_party() 2339 uni_encode_ie(UNI_IE_SCOMPL, msg, (union uni_ieall *)&p->scompl, cx)) in encode_add_party() 2340 return (UNI_IE_SCOMPL); in encode_add_party() [all …]
|
| H A D | uni_ie.c | 5272 START_IE(scompl, UNI_IE_SCOMPL, 1); in DEF_IE_ENCODE()
|