Searched defs:attr_type (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstun.cc170 uint16 attr_type, attr_length; local
171 if (!buf->ReadUInt16(&attr_type))
176 StunAttribute* attr = StunAttribute::Create(attr_type, attr_length);
/external/tcpdump/
H A Dprint-l2tp.c457 u_int16_t attr_type; local
502 attr_type = EXTRACT_16BITS(ptr); ptr++;
503 printf("%s", tok2str(l2tp_avp2str, "AVP-#%u", attr_type));
508 switch (attr_type) {
H A Dprint-radius.c341 } attr_type[]= variable in typeref:struct:attrtype
583 if (attr_type[attr_code].siz_subtypes)
587 table = attr_type[attr_code].subtypes;
602 if ( data_value <= (u_int32_t)(attr_type[attr_code].siz_subtypes - 1 +
603 attr_type[attr_code].first_subtype) &&
604 data_value >= attr_type[attr_code].first_subtype )
844 if (rad_attr->type > 0 && rad_attr->type < TAM_SIZE(attr_type))
845 attr_string = attr_type[rad_attr->type].name;
869 if (rad_attr->type < TAM_SIZE(attr_type))
873 if ( attr_type[rad_att
[all...]
/external/e2fsprogs/lib/blkid/
H A Dprobe.c692 unsigned int i, attr_type, val_len; local
755 attr_type = blkid_le32(attr->type);
765 if (attr_type == MFT_RECORD_ATTR_END)
768 if (attr_type == MFT_RECORD_ATTR_VOLUME_NAME) {

Completed in 147 milliseconds