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

  /external/tcpdump/
print-radius.c 558 u_int vendor_length; local
575 vendor_length = *(data+1);
577 if (vendor_length < 2)
581 vendor_length));
584 if (vendor_length > length)
588 vendor_length));
592 vendor_length-=2;
594 ND_TCHECK2(*data, vendor_length);
598 vendor_length));
599 for (idx = 0; idx < vendor_length ; idx++, data++
    [all...]
  /toolchain/binutils/binutils-2.27/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.27/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 955 if (vhdr->vendor_length > left ||
956 vhdr->vendor_length < sizeof(*vhdr)) {
960 pos += vhdr->vendor_length;
961 left -= vhdr->vendor_length;
965 len = vhdr->vendor_length - sizeof(*vhdr);
1221 vhdr->vendor_length = hlen + elen - sizeof(vendor_id);
1246 vhdr->vendor_length = hlen + elen - sizeof(vendor_id);
    [all...]

Completed in 1838 milliseconds