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 509 u_int vendor_length; local
526 vendor_length = *(data+1);
528 if (vendor_length < 2)
532 vendor_length);
535 if (vendor_length > length)
539 vendor_length);
543 vendor_length-=2;
545 TCHECK2(*data, vendor_length);
549 vendor_length);
550 for (idx = 0; idx < vendor_length ; idx++, data++
    [all...]
  /external/wpa_supplicant/
radius.c 750 if (vhdr->vendor_length > left ||
751 vhdr->vendor_length < sizeof(*vhdr)) {
756 pos += vhdr->vendor_length;
757 left -= vhdr->vendor_length;
761 len = vhdr->vendor_length - sizeof(*vhdr);
1001 vhdr->vendor_length = hlen + elen - sizeof(vendor_id);
1026 vhdr->vendor_length = hlen + elen - sizeof(vendor_id);
radius.h 149 u8 vendor_length; member in struct:radius_attr_vendor
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius.c 755 if (vhdr->vendor_length > left ||
756 vhdr->vendor_length < sizeof(*vhdr)) {
761 pos += vhdr->vendor_length;
762 left -= vhdr->vendor_length;
766 len = vhdr->vendor_length - sizeof(*vhdr);
1005 vhdr->vendor_length = hlen + elen - sizeof(vendor_id);
1030 vhdr->vendor_length = hlen + elen - sizeof(vendor_id);
radius.h 151 u8 vendor_length; member in struct:radius_attr_vendor

Completed in 368 milliseconds