Home
last modified time | relevance | path

Searched refs:aal1 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_ie.c2905 switch(ie->u.aal1.subtype) { in DEF_IE_CHECK()
2917 switch(ie->u.aal1.cbr_rate) { in DEF_IE_CHECK()
2939 if(ie->u.aal1.mult < 2) in DEF_IE_CHECK()
2946 if(ie->u.aal1.mult == 0 || ie->u.aal1.mult > 7) in DEF_IE_CHECK()
2951 switch(ie->u.aal1.screc) { in DEF_IE_CHECK()
2963 switch(ie->u.aal1.ecm) { in DEF_IE_CHECK()
2975 if(ie->u.aal1.bsize == 0) in DEF_IE_CHECK()
2979 if(ie->u.aal1.part == 0 || ie->u.aal1.part > 47) in DEF_IE_CHECK()
3054 UNI_AAL_ECM_ID, ie->u.aal1.ecm); in DEF_IE_ENCODE()
3155 ie->u.aal1.ecm = *msg->b_rptr++; in decode_aal_1()
[all …]
H A Dunistruct.h140 } aal1; member