Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dunistruct.h1178 #define UNI_ABR_REC_ADTF_P 0x10000000 macro
H A Duni_ie.c5737 if(rec->present & UNI_ABR_REC_ADTF_P) in print_abr_rec()
5776 if(ret & UNI_ABR_REC_ADTF_P) in encode_abr_rec()
5808 rec->adtf = (val & UNI_ABR_REC_ADTF_P)? ((val >> 9) & 0x3ff) : 0; in decode_abr_rec()