Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dunistruct.h146 u_int fwd_cpcs; /* max fwd cpcs blocksize */ member
156 u_int fwd_cpcs; /* max fwd cpcs blocksize */ member
H A Duni_ie.c2857 uni_print_entry(cx, "cpcs", "(%u,%u)", ie->u.aal4.fwd_cpcs, in DEF_IE_PRINT()
2870 uni_print_entry(cx, "cpcs", "(%u,%u)", ie->u.aal5.fwd_cpcs, in DEF_IE_PRINT()
3067 UNI_AAL_FWDCPCS_ID, ie->u.aal4.fwd_cpcs); in DEF_IE_ENCODE()
3083 UNI_AAL_FWDCPCS_ID, ie->u.aal5.fwd_cpcs); in DEF_IE_ENCODE()
3200 ie->u.aal4.fwd_cpcs = *msg->b_rptr++ << 8; in decode_aal_4()
3201 ie->u.aal4.fwd_cpcs |= *msg->b_rptr++; in decode_aal_4()
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()