Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/ngatm/netnatm/msg/
Duni_ie.c2872 uni_print_entry(cx, "cpcs", "(%u,%u)", ie->u.aal5.fwd_cpcs, in DEF_IE_PRINT()
2873 ie->u.aal5.bwd_cpcs); in DEF_IE_PRINT()
2875 uni_print_tbl("sscs", ie->u.aal5.sscs, sscs_tbl, cx); in DEF_IE_PRINT()
3013 switch(ie->u.aal5.sscs) { in DEF_IE_CHECK()
3085 UNI_AAL_FWDCPCS_ID, ie->u.aal5.fwd_cpcs); in DEF_IE_ENCODE()
3087 UNI_AAL_BWDCPCS_ID, ie->u.aal5.bwd_cpcs); in DEF_IE_ENCODE()
3090 UNI_AAL_SSCS_ID, ie->u.aal5.sscs); in DEF_IE_ENCODE()
3262 ie->u.aal5.fwd_cpcs = *msg->b_rptr++ << 8; in decode_aal_5()
3263 ie->u.aal5.fwd_cpcs |= *msg->b_rptr++; in decode_aal_5()
3271 ie->u.aal5.bwd_cpcs = *msg->b_rptr++ << 8; in decode_aal_5()
[all …]
Dunistruct.h159 } aal5; member