Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-radius.c341 } attr_type[]= variable
583 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 …]
Dprint-l2tp.c457 u_int16_t attr_type; in l2tp_avp_print() local
502 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()
/external/e2fsprogs/lib/blkid/
Dprobe.c603 unsigned int i, attr_type, val_len; in probe_ntfs() local
666 attr_type = blkid_le32(attr->type); in probe_ntfs()
676 if (attr_type == MFT_RECORD_ATTR_END) in probe_ntfs()
679 if (attr_type == MFT_RECORD_ATTR_VOLUME_NAME) { in probe_ntfs()