Home
last modified time | relevance | path

Searched refs:UNI_IE_QOS (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_hdr.h104 UNI_IE_QOS = 0x5c, /* quality of service parameter */ enumerator
H A Duni_msg.c1106 uni_print_ie_internal(UNI_IE_QOS, (union uni_ieall *)&msg->qos, cx); in print_setup()
1181 ret |= uni_check_ie(UNI_IE_QOS, (union uni_ieall *)&m->qos, cx); in check_setup()
1291 uni_encode_ie(UNI_IE_QOS, msg, (union uni_ieall *)&p->qos, cx)) in encode_setup()
1292 return (UNI_IE_QOS); in encode_setup()
1475 case UNI_IE_QOS: in decode_setup()
1479 if(uni_decode_ie_body(UNI_IE_QOS, (union uni_ieall *)&out->qos, msg, ielen, cx)) in decode_setup()
H A Duni_ie.c4128 START_IE(qos, UNI_IE_QOS, 2); in DEF_IE_ENCODE()
4138 START_IE(qos, UNI_IE_QOS, 2); in DEF_IE_ENCODE()
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_call.c391 MANDATE_IE(c->uni, u->u.setup.qos, UNI_IE_QOS); in un0_setup()