Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/ngatm/netnatm/msg/
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()
Dunistruct.h302 #define UNI_BEARER_ATC_P 0x02 macro
Duni_ie.c4350 if(ie->h.present & UNI_BEARER_ATC_P) { in DEF_IE_PRINT()
4367 ((ie->h.present & UNI_BEARER_ATC_P) == 0 in DEF_IE_CHECK()
4440 ((ie->h.present & UNI_BEARER_ATC_P) ? 0:0x80)); in DEF_IE_ENCODE()
4441 APP_OPT(msg, ie->h.present, UNI_BEARER_ATC_P, in DEF_IE_ENCODE()
4464 ie->h.present |= UNI_BEARER_ATC_P; in DEF_IE_DECODE()