Lines Matching refs:exqos
338 if(msg->exqos.h.present & UNI_IE_PRESENT) in print_connect()
339 uni_print_ie_internal(UNI_IE_EXQOS, (union uni_ieall *)&msg->exqos, cx); in print_connect()
379 ret |= uni_check_ie(UNI_IE_EXQOS, (union uni_ieall *)&m->exqos, cx); in check_connect()
442 if((p->exqos.h.present & UNI_IE_PRESENT) && in encode_connect()
443 uni_encode_ie(UNI_IE_EXQOS, msg, (union uni_ieall *)&p->exqos, cx)) in encode_connect()
576 out->exqos.h = *hdr; in decode_connect()
579 if(uni_decode_ie_body(UNI_IE_EXQOS, (union uni_ieall *)&out->exqos, msg, ielen, cx)) in decode_connect()
1133 if(msg->exqos.h.present & UNI_IE_PRESENT) in print_setup()
1134 uni_print_ie_internal(UNI_IE_EXQOS, (union uni_ieall *)&msg->exqos, cx); in print_setup()
1213 ret |= uni_check_ie(UNI_IE_EXQOS, (union uni_ieall *)&m->exqos, cx); in check_setup()
1331 if((p->exqos.h.present & UNI_IE_PRESENT) && in encode_setup()
1332 uni_encode_ie(UNI_IE_EXQOS, msg, (union uni_ieall *)&p->exqos, cx)) in encode_setup()
1598 out->exqos.h = *hdr; in decode_setup()
1601 if(uni_decode_ie_body(UNI_IE_EXQOS, (union uni_ieall *)&out->exqos, msg, ielen, cx)) in decode_setup()