Home
last modified time | relevance | path

Searched refs:exqos (Results 1 – 11 of 11) sorted by relevance

/trueos/sys/contrib/ngatm/netnatm/sig/
HDsig_unimsgcpy.c72 if(IE_ISGOOD(src->exqos)) in copy_msg_connect()
73 dst->exqos = src->exqos; in copy_msg_connect()
197 if(IE_ISGOOD(src->exqos)) in copy_msg_setup()
198 dst->exqos = src->exqos; in copy_msg_setup()
HDsig_call.c389 MANDATE_IE(c->uni, u->u.setup.exqos, UNI_IE_EXQOS); in un0_setup()
390 if (!IE_ISPRESENT(u->u.setup.exqos)) in un0_setup()
/trueos/sys/contrib/ngatm/netnatm/msg/
HDuni_ie.h52 struct uni_ie_exqos exqos; member
HDuni_msg.h41 struct uni_ie_exqos exqos; member
102 struct uni_ie_exqos exqos; member
HDmsg.def108 exqos
211 exqos
HDie.def82 element exqos 0xec net 25
HDuni_msg.c338 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()
[all …]
HDuni_ie.c6965 DEF_IE_PRINT(net, exqos) in DEF_IE_PRINT() argument
7021 DEF_IE_CHECK(net, exqos) in DEF_IE_CHECK() argument
7062 DEF_IE_ENCODE(net, exqos) in DEF_IE_ENCODE() argument
7064 START_IE(exqos, UNI_IE_EXQOS, 21); in DEF_IE_ENCODE()
7086 DEF_IE_DECODE(net, exqos) in DEF_IE_DECODE() argument
/trueos/sys/contrib/ngatm/netnatm/api/
HDcc_conn.c859 setup->setup.exqos = conn->exqos; in cc_conn_sig_handle()
995 resp->connect.exqos = conn->exqos; in cc_conn_sig_handle()
1278 COND_SHUFFLE(exqos); in cc_conn_sig_handle()
1321 conn->exqos = ind->setup.exqos; in cc_conn_sig_handle()
HDccpriv.h243 struct uni_ie_exqos exqos; member
HDcc_user.c457 memcpy(ptr, &conn->exqos, len); in cc_attr_query()
720 memcpy(&conn->exqos, ptr, len); in cc_attr_set()