Searched refs:UNI_IE_REPORT (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/sys/contrib/ngatm/netnatm/msg/ |
| D | uni_msg.c | 37 uni_print_ie_internal(UNI_IE_REPORT, (union uni_ieall *)&msg->report, cx); in print_alerting() 64 ret |= uni_check_ie(UNI_IE_REPORT, (union uni_ieall *)&m->report, cx); in check_alerting() 96 uni_encode_ie(UNI_IE_REPORT, msg, (union uni_ieall *)&p->report, cx)) in encode_alerting() 97 return (UNI_IE_REPORT); in encode_alerting() 165 case UNI_IE_REPORT: in decode_alerting() 171 if(uni_decode_ie_body(UNI_IE_REPORT, (union uni_ieall *)&out->report, msg, ielen, cx)) in decode_alerting() 349 uni_print_ie_internal(UNI_IE_REPORT, (union uni_ieall *)&msg->report, cx); in print_connect() 393 ret |= uni_check_ie(UNI_IE_REPORT, (union uni_ieall *)&m->report, cx); in check_connect() 458 uni_encode_ie(UNI_IE_REPORT, msg, (union uni_ieall *)&p->report, cx)) in encode_connect() 459 return (UNI_IE_REPORT); in encode_connect() [all …]
|
| D | uni_hdr.h | 123 UNI_IE_REPORT = 0x89, /* Q.2963 broadband report type */ enumerator
|
| D | uni_ie.c | 6039 START_IE(report, UNI_IE_REPORT, 1); in DEF_IE_ENCODE()
|