HomeSort by relevance Sort by last modified time
    Searched refs:vendor_length (Results 1 - 6 of 6) sorted by null

  /external/tcpdump/
print-radius.c 554 u_int vendor_length; local
571 vendor_length = *(data+1);
573 if (vendor_length < 2)
577 vendor_length));
580 if (vendor_length > length)
584 vendor_length));
588 vendor_length-=2;
590 ND_TCHECK2(*data, vendor_length);
594 vendor_length));
595 for (idx = 0; idx < vendor_length ; idx++, data++
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
attributes.cc 224 size_t vendor_length = strlen(this->name()) + 1; local
225 const unsigned char* vendor_end = vendor_start + vendor_length;
233 convert_types<uint32_t, size_t>(voa_size - 4 - vendor_length);
  /toolchain/binutils/binutils-2.25/bfd/
elf-attrs.c 178 size_t vendor_length = strlen (vendor_name) + 1; local
183 memcpy (p, vendor_name, vendor_length);
184 p += vendor_length;
186 bfd_put_32 (abfd, size - 4 - vendor_length, p);
  /external/wpa_supplicant_8/src/radius/
radius.h 173 u8 vendor_length; member in struct:radius_attr_vendor
radius.c 952 if (vhdr->vendor_length > left ||
953 vhdr->vendor_length < sizeof(*vhdr)) {
957 pos += vhdr->vendor_length;
958 left -= vhdr->vendor_length;
962 len = vhdr->vendor_length - sizeof(*vhdr);
1220 vhdr->vendor_length = hlen + elen - sizeof(vendor_id);
1245 vhdr->vendor_length = hlen + elen - sizeof(vendor_id);
    [all...]
  /external/libvorbis/doc/
05-comment.tex 49 1) [vendor_length] = read an unsigned integer of 32 bits
50 2) [vendor_string] = read a UTF-8 vector as [vendor_length] octets

Completed in 370 milliseconds