Searched refs:attr_type (Results 1 – 4 of 4) sorted by relevance
341 } attr_type[]= variable583 if (attr_type[attr_code].siz_subtypes) in print_attr_num()587 table = attr_type[attr_code].subtypes; in print_attr_num()602 if ( data_value <= (u_int32_t)(attr_type[attr_code].siz_subtypes - 1 + in print_attr_num()603 attr_type[attr_code].first_subtype) && in print_attr_num()604 data_value >= attr_type[attr_code].first_subtype ) in print_attr_num()844 if (rad_attr->type > 0 && rad_attr->type < TAM_SIZE(attr_type)) in radius_attrs_print()845 attr_string = attr_type[rad_attr->type].name; in radius_attrs_print()869 if (rad_attr->type < TAM_SIZE(attr_type)) in radius_attrs_print()873 if ( attr_type[rad_attr->type].print_func ) in radius_attrs_print()[all …]
457 u_int16_t attr_type; in l2tp_avp_print() local502 attr_type = EXTRACT_16BITS(ptr); ptr++; in l2tp_avp_print()503 printf("%s", tok2str(l2tp_avp2str, "AVP-#%u", attr_type)); in l2tp_avp_print()508 switch (attr_type) { in l2tp_avp_print()
170 uint16 attr_type, attr_length; in Read() local171 if (!buf->ReadUInt16(&attr_type)) in Read()176 StunAttribute* attr = StunAttribute::Create(attr_type, attr_length); in Read()
692 unsigned int i, attr_type, val_len; in probe_ntfs() local755 attr_type = blkid_le32(attr->type); in probe_ntfs()765 if (attr_type == MFT_RECORD_ATTR_END) in probe_ntfs()768 if (attr_type == MFT_RECORD_ATTR_VOLUME_NAME) { in probe_ntfs()