Home
last modified time | relevance | path

Searched refs:UNI_BEARER_ATC_P (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dtraffic.c84 if (!(bearer->h.present & UNI_BEARER_ATC_P)) { in uni_classify_traffic()
102 if (!(bearer->h.present & UNI_BEARER_ATC_P)) { in uni_classify_traffic()
132 if (!(bearer->h.present & UNI_BEARER_ATC_P)) { in uni_classify_traffic()
H A Dunistruct.h302 #define UNI_BEARER_ATC_P 0x02 macro
H A Duni_ie.c4348 if(ie->h.present & UNI_BEARER_ATC_P) { in DEF_IE_PRINT()
4365 ((ie->h.present & UNI_BEARER_ATC_P) == 0 in DEF_IE_CHECK()
4438 ((ie->h.present & UNI_BEARER_ATC_P) ? 0:0x80)); in DEF_IE_ENCODE()
4439 APP_OPT(msg, ie->h.present, UNI_BEARER_ATC_P, in DEF_IE_ENCODE()
4462 ie->h.present |= UNI_BEARER_ATC_P; in DEF_IE_DECODE()