Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/ngatm/netnatm/msg/
HDunistruct.h143 #define UNI_AAL4_MID_P 0x02 macro
HDuni_ie.c2861 if(ie->h.present & UNI_AAL4_MID_P) in DEF_IE_PRINT()
2989 if(ie->h.present & UNI_AAL4_MID_P) { in DEF_IE_CHECK()
3073 if(ie->h.present & UNI_AAL4_MID_P) { in DEF_IE_ENCODE()
3216 if(ielen < 4 || (ie->h.present & UNI_AAL4_MID_P)) in decode_aal_4()
3219 ie->h.present |= UNI_AAL4_MID_P; in decode_aal_4()