Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_ie.c2871 ie->u.aal5.bwd_cpcs); in DEF_IE_PRINT()
3011 switch(ie->u.aal5.sscs) { in DEF_IE_CHECK()
3083 UNI_AAL_FWDCPCS_ID, ie->u.aal5.fwd_cpcs); in DEF_IE_ENCODE()
3085 UNI_AAL_BWDCPCS_ID, ie->u.aal5.bwd_cpcs); in DEF_IE_ENCODE()
3088 UNI_AAL_SSCS_ID, ie->u.aal5.sscs); in DEF_IE_ENCODE()
3260 ie->u.aal5.fwd_cpcs = *msg->b_rptr++ << 8; in decode_aal_5()
3261 ie->u.aal5.fwd_cpcs |= *msg->b_rptr++; in decode_aal_5()
3269 ie->u.aal5.bwd_cpcs = *msg->b_rptr++ << 8; in decode_aal_5()
3270 ie->u.aal5.bwd_cpcs |= *msg->b_rptr++; in decode_aal_5()
3278 ie->u.aal5.sscs = *msg->b_rptr++; in decode_aal_5()
[all …]
H A Dunistruct.h159 } aal5; member