Searched refs:aal (Results 1 - 25 of 25) sorted by relevance

/freebsd-10.1-release/sys/contrib/ngatm/netnatm/msg/
H A Dmsg.def97 aal
188 aal
311 aal
345 aal
H A Duni_ie.h20 struct uni_ie_aal aal; member in union:uni_ieall
H A Duni_msg.h30 struct uni_ie_aal aal; member in struct:uni_connect
78 struct uni_ie_aal aal; member in struct:uni_setup
153 struct uni_ie_aal aal; member in struct:uni_add_party
178 struct uni_ie_aal aal; member in struct:uni_add_party_ack
H A Die.def45 element aal 0x58 itu 21 access
H A Duni_msg.c315 if(msg->aal.h.present & UNI_IE_PRESENT)
316 uni_print_ie_internal(UNI_IE_AAL, (union uni_ieall *)&msg->aal, cx);
360 ret |= uni_check_ie(UNI_IE_AAL, (union uni_ieall *)&m->aal, cx);
408 if((p->aal.h.present & UNI_IE_PRESENT) &&
409 uni_encode_ie(UNI_IE_AAL, msg, (union uni_ieall *)&p->aal, cx))
480 out->aal.h = *hdr;
483 if(uni_decode_ie_body(UNI_IE_AAL, (union uni_ieall *)&out->aal, msg, ielen, cx))
1080 if(msg->aal.h.present & UNI_IE_PRESENT)
1081 uni_print_ie_internal(UNI_IE_AAL, (union uni_ieall *)&msg->aal, cx);
1164 ret |= uni_check_ie(UNI_IE_AAL, (union uni_ieall *)&m->aal, c
[all...]
H A Duni_ie.c2766 DEF_IE_PRINT(itu, aal)
2820 if(uni_print_iehdr("aal", &ie->h, cx))
2898 DEF_IE_CHECK(itu, aal)
3034 DEF_IE_ENCODE(itu, aal)
3036 START_IE(aal, UNI_IE_AAL, 16);
3307 DEF_IE_DECODE(itu, aal)
/freebsd-10.1-release/sys/dev/hatm/
H A Dif_hatm_rx.c177 if (vcc->param.aal == ATMIO_AAL_5) {
230 (vcc->param.aal == ATMIO_AAL_5) &&
285 if (vcc->param.aal == ATMIO_AAL_5) {
287 } else if (vcc->param.aal == ATMIO_AAL_0) {
H A Dif_hatm_ioctl.c129 switch (vcc->param.aal) {
H A Dif_hatm_tx.c414 if (arg.vcc->param.aal == ATMIO_AAL_RAW) {
443 (arg.vcc->param.aal == ATMIO_AAL_5) &&
663 if (vcc->param.aal == ATMIO_AAL_5) {
/freebsd-10.1-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c49 if(IE_ISGOOD(src->aal))
50 dst->aal = src->aal;
144 if(IE_ISGOOD(src->aal))
145 dst->aal = src->aal;
284 if(IE_ISGOOD(src->aal))
285 dst->aal = src->aal;
338 if(IE_ISGOOD(src->aal))
[all...]
/freebsd-10.1-release/sys/dev/patm/
H A Dif_patm_rx.c112 switch (vcc->vcc.aal) {
240 if (vcc->vcc.aal == ATMIO_AAL_0) {
249 } else if (vcc->vcc.aal == ATMIO_AAL_34) {
254 } else if (vcc->vcc.aal == ATMIO_AAL_5) {
301 panic("bad aal");
327 (vcc->vcc.aal == ATMIO_AAL_5) &&
453 vcc->vcc.aal != ATMIO_AAL_RAW) {
H A Dif_patm_tx.c337 if (vcc->vcc.aal == ATMIO_AAL_0 ||
338 vcc->vcc.aal == ATMIO_AAL_34) {
345 } else if (vcc->vcc.aal == ATMIO_AAL_RAW) {
389 (vcc->vcc.aal == ATMIO_AAL_5) &&
506 if (a.vcc->vcc.aal == ATMIO_AAL_RAW) {
583 if (rest < 48 /* && a->vcc->vcc.aal != ATMIO_AAL_5 */)
587 if (a->vcc->vcc.aal == ATMIO_AAL_5)
589 else if (a->vcc->vcc.aal == ATMIO_AAL_34)
597 if (a->vcc->vcc.aal == ATMIO_AAL_5)
H A Dif_patm_ioctl.c92 arg->param.aal != ATMIO_AAL_RAW))
126 switch (vcc->vcc.aal) {
/freebsd-10.1-release/sys/netgraph/atm/
H A Dng_atm.h107 { "aal", &ng_parse_uint8_type }, \
137 uint8_t aal; /* AAL type (if_atm.h) */ member in struct:ngm_atm_cpcs_init
161 { "aal", &ng_parse_uint8_type }, \
H A Dng_atm.c687 switch (data.param.aal = arg->aal) {
/freebsd-10.1-release/sys/netinet/
H A Dif_atm.c160 op.param.aal = (op.param.flags & ATM_PH_AAL5) ?
164 op.param.aal = ATMIO_AAL_5;
/freebsd-10.1-release/sys/net/
H A Dif_atm.h129 uint8_t aal; /* aal type */ member in struct:atmio_vcc
/freebsd-10.1-release/sys/contrib/ngatm/netnatm/api/
H A Dcc_conn.c862 setup->setup.aal = conn->aal;
981 resp->connect.aal = conn->aal;
1267 COND_SHUFFLE(aal);
1324 conn->aal = ind->setup.aal;
H A Dccpriv.h246 struct uni_ie_aal aal; member in struct:ccconn
H A Dcc_user.c482 memcpy(ptr, &conn->aal, len);
745 memcpy(&conn->aal, ptr, len);
/freebsd-10.1-release/sys/netnatm/
H A Dnatm.c220 op.param.aal = (proto == PROTO_NATMAAL5) ? ATMIO_AAL_5 : ATMIO_AAL_0;
/freebsd-10.1-release/sbin/atm/atmconfig/
H A Ddiag.c908 if (v->aal >= sizeof(aal_tab)/sizeof(aal_tab[0]) ||
909 aal_tab[v->aal] == NULL)
912 printf("%-4s", aal_tab[v->aal]);
/freebsd-10.1-release/sys/dev/fatm/
H A Dif_fatm.c1556 vc->param.aal == ATMIO_AAL_5 &&
1932 int error, aal, nsegs; local
1967 vc->param.aal == ATMIO_AAL_5 &&
1988 aal = (vc->param.aal == ATMIO_AAL_5) ? 5 : 0;
2000 (4 * FATM_TX_QLEN) / 5), aal, nsegs, mlen));
2245 if (op->param.aal != ATMIO_AAL_0 && op->param.aal != ATMIO_AAL_5)
2319 if (vc->param.aal == ATMIO_AAL_0)
/freebsd-10.1-release/sys/dev/en/
H A Dmidway.c989 if (vc->vcc.aal == ATMIO_AAL_5)
1206 newmode = (op->param.aal == ATMIO_AAL_5) ? MIDV_AAL5 : MIDV_NOAAL;
2230 } else if (vc->vcc.aal != ATMIO_AAL_5) {
/freebsd-10.1-release/etc/
H A Dservices1792 aal-lm 1469/tcp #Active Analysis Limited License Manager
1793 aal-lm 1469/udp #Active Analysis Limited License Manager

Completed in 244 milliseconds