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

/freebsd-9.3-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.h52 struct uni_ie_exqos exqos; member in union:uni_ieall
H A Dmsg.def108 exqos
211 exqos
H A Die.def82 element exqos 0xec net 25
H A Duni_msg.h41 struct uni_ie_exqos exqos; member in struct:uni_connect
102 struct uni_ie_exqos exqos; member in struct:uni_setup
H A Duni_msg.c338 if(msg->exqos.h.present & UNI_IE_PRESENT)
339 uni_print_ie_internal(UNI_IE_EXQOS, (union uni_ieall *)&msg->exqos, cx);
379 ret |= uni_check_ie(UNI_IE_EXQOS, (union uni_ieall *)&m->exqos, cx);
442 if((p->exqos.h.present & UNI_IE_PRESENT) &&
443 uni_encode_ie(UNI_IE_EXQOS, msg, (union uni_ieall *)&p->exqos, cx))
576 out->exqos.h = *hdr;
579 if(uni_decode_ie_body(UNI_IE_EXQOS, (union uni_ieall *)&out->exqos, msg, ielen, cx))
1133 if(msg->exqos.h.present & UNI_IE_PRESENT)
1134 uni_print_ie_internal(UNI_IE_EXQOS, (union uni_ieall *)&msg->exqos, cx);
1213 ret |= uni_check_ie(UNI_IE_EXQOS, (union uni_ieall *)&m->exqos, c
[all...]
H A Duni_ie.c6965 DEF_IE_PRINT(net, exqos)
6973 if(uni_print_iehdr("exqos", &ie->h, cx))
7021 DEF_IE_CHECK(net, exqos)
7062 DEF_IE_ENCODE(net, exqos)
7064 START_IE(exqos, UNI_IE_EXQOS, 21);
7086 DEF_IE_DECODE(net, exqos)
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c72 if(IE_ISGOOD(src->exqos))
73 dst->exqos = src->exqos;
197 if(IE_ISGOOD(src->exqos))
198 dst->exqos = src->exqos;
H A Dsig_call.c389 MANDATE_IE(c->uni, u->u.setup.exqos, UNI_IE_EXQOS);
390 if (!IE_ISPRESENT(u->u.setup.exqos))
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/api/
H A Dcc_conn.c859 setup->setup.exqos = conn->exqos;
995 resp->connect.exqos = conn->exqos;
1278 COND_SHUFFLE(exqos);
1321 conn->exqos = ind->setup.exqos;
H A Dccpriv.h243 struct uni_ie_exqos exqos; member in struct:ccconn
H A Dcc_user.c457 memcpy(ptr, &conn->exqos, len);
720 memcpy(&conn->exqos, ptr, len);

Completed in 103 milliseconds