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

/freebsd-13-stable/sys/contrib/ngatm/netnatm/msg/
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 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.c2768 DEF_IE_PRINT(itu, aal)
2822 if(uni_print_iehdr("aal", &ie->h, cx))
2900 DEF_IE_CHECK(itu, aal)
3036 DEF_IE_ENCODE(itu, aal)
3038 START_IE(aal, UNI_IE_AAL, 16);
3309 DEF_IE_DECODE(itu, aal)
/freebsd-13-stable/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-13-stable/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-13-stable/sys/dev/axgbe/
H A Dxgbe.h1136 unsigned int aal; member in struct:xgbe_prv_data
H A Dif_axgbe_pci.c1291 pdata->aal = 1;
H A Dxgbe-dev.c1693 XGMAC_SET_BITS(sbmr, DMA_SBMR, AAL, pdata->aal);

Completed in 195 milliseconds