Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dunistruct.h127 #define UNI_AAL1_MULT_P 0x01 macro
H A Duni_ie.c2841 if(ie->h.present & UNI_AAL1_MULT_P) in DEF_IE_PRINT()
2932 if((ie->h.present & UNI_AAL1_MULT_P)) in DEF_IE_CHECK()
2937 if(!(ie->h.present & UNI_AAL1_MULT_P)) in DEF_IE_CHECK()
2944 if(!(ie->h.present & UNI_AAL1_MULT_P)) in DEF_IE_CHECK()
3049 APP_OPT_16BIT(msg, ie->h.present, UNI_AAL1_MULT_P, in DEF_IE_ENCODE()
3134 if(ielen < 2 || (ie->h.present & UNI_AAL1_MULT_P)) in decode_aal_1()
3137 ie->h.present |= UNI_AAL1_MULT_P; in decode_aal_1()