Searched refs:bearer (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/sys/contrib/ngatm/netnatm/msg/
H A Dtraffic.c72 uni_classify_traffic(const struct uni_ie_bearer *bearer, argument
81 switch (bearer->bclass) {
84 if (!(bearer->h.present & UNI_BEARER_ATC_P)) {
88 switch (bearer->atc) {
96 bearer->atc);
102 if (!(bearer->h.present & UNI_BEARER_ATC_P)) {
106 switch (bearer->atc) {
126 bearer->atc);
132 if (!(bearer->h.present & UNI_BEARER_ATC_P)) {
136 switch (bearer
[all...]
H A Duni_ie.h25 struct uni_ie_bearer bearer; member in union:uni_ieall
H A Die.def52 element bearer 0x5e itu 7
H A Dmsg.def190 bearer
H A Duni_msg.h80 struct uni_ie_bearer bearer; member in struct:uni_setup
H A Duni_msg.c1084 if(msg->bearer.h.present & UNI_IE_PRESENT)
1085 uni_print_ie_internal(UNI_IE_BEARER, (union uni_ieall *)&msg->bearer, cx);
1166 ret |= uni_check_ie(UNI_IE_BEARER, (union uni_ieall *)&m->bearer, cx);
1260 if((p->bearer.h.present & UNI_IE_PRESENT) &&
1261 uni_encode_ie(UNI_IE_BEARER, msg, (union uni_ieall *)&p->bearer, cx))
1398 out->bearer.h = *hdr;
1401 if(uni_decode_ie_body(UNI_IE_BEARER, (union uni_ieall *)&out->bearer, msg, ielen, cx))
H A Duni_ie.c4262 * Broadband bearer capabilities
4306 DEF_IE_PRINT(itu, bearer)
4343 if(uni_print_iehdr("bearer", &ie->h, cx))
4360 DEF_IE_CHECK(itu, bearer)
4433 DEF_IE_ENCODE(itu, bearer)
4435 START_IE(bearer, UNI_IE_BEARER, 3);
4447 DEF_IE_DECODE(itu, bearer)
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/api/
H A Dcc_conn.c834 if (IE_ISGOOD(conn->bearer) &&
835 conn->bearer.cfg == UNI_BEARER_MP) {
856 setup->setup.bearer = conn->bearer;
1318 conn->bearer = ind->setup.bearer;
H A Dcc_user.c442 memcpy(ptr, &conn->bearer, len);
704 memcpy(&conn->bearer, ptr, len);
990 if (conn->bearer.cfg == UNI_BEARER_P2P) {
1434 if (conn->bearer.cfg == UNI_BEARER_P2P) {
H A Dccpriv.h240 struct uni_ie_bearer bearer; member in struct:ccconn
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c148 if(IE_ISGOOD(src->bearer))
149 dst->bearer = src->bearer;
H A Dsig_call.c381 MANDATE_IE(c->uni, u->u.setup.bearer, UNI_IE_BEARER);
396 if (IE_ISGOOD(u->u.setup.bearer) &&
397 u->u.setup.bearer.cfg == UNI_BEARER_MP) {
439 if (u->u.setup.bearer.cfg == UNI_BEARER_P2P) {
478 if (!IE_ISGOOD(setup->bearer)) {
496 if (setup->bearer.cfg == UNI_BEARER_P2P) {
572 if (c->msg_setup.bearer.cfg == UNI_BEARER_MP &&
757 if (c->msg_setup.bearer.cfg == UNI_BEARER_MP &&
1060 if (c->msg_setup.bearer.cfg == UNI_BEARER_MP) {

Completed in 97 milliseconds