Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dunistruct.h150 enum uni_aal_sscs sscs; /* sscs type */ member
158 enum uni_aal_sscs sscs; /* sscs type */ member
H A Duni_ie.c2863 uni_print_tbl("sscs", ie->u.aal4.sscs, sscs_tbl, cx); in DEF_IE_PRINT()
2873 uni_print_tbl("sscs", ie->u.aal5.sscs, sscs_tbl, cx); in DEF_IE_PRINT()
2996 switch(ie->u.aal4.sscs) { in DEF_IE_CHECK()
3011 switch(ie->u.aal5.sscs) { in DEF_IE_CHECK()
3077 UNI_AAL_SSCS_ID, ie->u.aal4.sscs); in DEF_IE_ENCODE()
3088 UNI_AAL_SSCS_ID, ie->u.aal5.sscs); in DEF_IE_ENCODE()
3229 ie->u.aal4.sscs = *msg->b_rptr++; in decode_aal_4()
3278 ie->u.aal5.sscs = *msg->b_rptr++; in decode_aal_5()