Searched refs:exqos (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | uni_ie.h | 52 struct uni_ie_exqos exqos; member
|
| H A D | uni_msg.h | 41 struct uni_ie_exqos exqos; member 102 struct uni_ie_exqos exqos; member
|
| H A D | msg.def | 108 exqos 211 exqos
|
| H A D | ie.def | 82 element exqos 0xec net 25
|
| H A D | uni_msg.c | 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() 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 D | uni_ie.c | 6965 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 D | sig_unimsgcpy.c | 72 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 D | sig_call.c | 389 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 D | cc_conn.c | 859 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 D | ccpriv.h | 243 struct uni_ie_exqos exqos; member
|
| H A D | cc_user.c | 457 memcpy(ptr, &conn->exqos, len); in cc_attr_query() 720 memcpy(&conn->exqos, ptr, len); in cc_attr_set()
|