Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dtraffic.c195 ftag = (traffic->h.present & UNI_TRAFFIC_MOPT_P) && traffic->t.ftag; in uni_classify_traffic()
196 btag = (traffic->h.present & UNI_TRAFFIC_MOPT_P) && traffic->t.btag; in uni_classify_traffic()
H A Dunistruct.h940 #define UNI_TRAFFIC_MOPT_P 0x2000 macro
H A Duni_ie.c3452 if(present & UNI_TRAFFIC_MOPT_P) { in print_ie_traffic_common()
3548 m = (present & UNI_TRAFFIC_MOPT_P) in check_ie_traffic_common()
3619 APP_OPT_BYTE(msg, present, UNI_TRAFFIC_MOPT_P, in encode_traffic_common()
3664 if(!(*present & UNI_TRAFFIC_MOPT_P)) { in decode_traffic_common()
3665 *present |= UNI_TRAFFIC_MOPT_P; in decode_traffic_common()