Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_ie.h52 struct uni_ie_exqos exqos; member
H A Duni_msg.h41 struct uni_ie_exqos exqos; member
102 struct uni_ie_exqos exqos; member
H A Dmsg.def108 exqos
211 exqos
H A Die.def82 element exqos 0xec net 25
H A Duni_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()
1133 if(msg->exqos.h.present & UNI_IE_PRESENT) 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()
[all …]
H A Duni_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
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_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()
H A Dsig_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()
/f-stack/freebsd/contrib/ngatm/netnatm/api/
H A Dcc_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()
H A Dccpriv.h243 struct uni_ie_exqos exqos; member
H A Dcc_user.c457 memcpy(ptr, &conn->exqos, len); in cc_attr_query()
720 memcpy(&conn->exqos, ptr, len); in cc_attr_set()