Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_ie.c2858 ie->u.aal4.bwd_cpcs); in DEF_IE_PRINT()
2861 ie->u.aal4.mid_high); in DEF_IE_PRINT()
2988 if(ie->u.aal4.mid_low >= 1024) in DEF_IE_CHECK()
2990 if(ie->u.aal4.mid_high >= 1024) in DEF_IE_CHECK()
2992 if(ie->u.aal4.mid_low > ie->u.aal4.mid_high) in DEF_IE_CHECK()
2996 switch(ie->u.aal4.sscs) { in DEF_IE_CHECK()
3073 APP_16BIT(msg, ie->u.aal4.mid_low); in DEF_IE_ENCODE()
3074 APP_16BIT(msg, ie->u.aal4.mid_high); in DEF_IE_ENCODE()
3077 UNI_AAL_SSCS_ID, ie->u.aal4.sscs); in DEF_IE_ENCODE()
3219 ie->u.aal4.mid_low |= *msg->b_rptr++; in decode_aal_4()
[all …]
H A Dunistruct.h151 } aal4; member