Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dunistruct.h147 u_int bwd_cpcs; /* max bkw cpcs blocksize */ member
157 u_int bwd_cpcs; /* max bkw cpcs blocksize */ member
H A Duni_ie.c2858 ie->u.aal4.bwd_cpcs); in DEF_IE_PRINT()
2871 ie->u.aal5.bwd_cpcs); in DEF_IE_PRINT()
3069 UNI_AAL_BWDCPCS_ID, ie->u.aal4.bwd_cpcs); in DEF_IE_ENCODE()
3085 UNI_AAL_BWDCPCS_ID, ie->u.aal5.bwd_cpcs); in DEF_IE_ENCODE()
3209 ie->u.aal4.bwd_cpcs = *msg->b_rptr++ << 8; in decode_aal_4()
3210 ie->u.aal4.bwd_cpcs |= *msg->b_rptr++; in decode_aal_4()
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()