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

/freebsd-10.1-release/sys/contrib/ngatm/netnatm/msg/
H A Dunistruct.h146 u_int fwd_cpcs; /* max fwd cpcs blocksize */ member in struct:uni_ie_aal::__anon6913::__anon6915
156 u_int fwd_cpcs; /* max fwd cpcs blocksize */ member in struct:uni_ie_aal::__anon6913::__anon6916
H A Duni_ie.c2857 uni_print_entry(cx, "cpcs", "(%u,%u)", ie->u.aal4.fwd_cpcs,
2870 uni_print_entry(cx, "cpcs", "(%u,%u)", ie->u.aal5.fwd_cpcs,
3067 UNI_AAL_FWDCPCS_ID, ie->u.aal4.fwd_cpcs);
3083 UNI_AAL_FWDCPCS_ID, ie->u.aal5.fwd_cpcs);
3200 ie->u.aal4.fwd_cpcs = *msg->b_rptr++ << 8;
3201 ie->u.aal4.fwd_cpcs |= *msg->b_rptr++;
3260 ie->u.aal5.fwd_cpcs = *msg->b_rptr++ << 8;
3261 ie->u.aal5.fwd_cpcs |= *msg->b_rptr++;

Completed in 117 milliseconds