Searched refs:vendor_length (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/tcpdump/
H A Dprint-radius.c558 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 ; id
[all...]
/freebsd-12-stable/contrib/binutils/bfd/
H A Delf-attrs.c176 size_t vendor_length = strlen (vendor_name) + 1; local
181 memcpy (p, vendor_name, vendor_length);
182 p += vendor_length;
184 bfd_put_32 (abfd, size - 4 - vendor_length, p);
/freebsd-12-stable/contrib/wpa/src/radius/
H A Dradius.h178 u8 vendor_length; member in struct:radius_attr_vendor
H A Dradius.c957 if (vhdr->vendor_length > left ||
958 vhdr->vendor_length < sizeof(*vhdr)) {
962 pos += vhdr->vendor_length;
963 left -= vhdr->vendor_length;
967 len = vhdr->vendor_length - sizeof(*vhdr);
1223 vhdr->vendor_length = hlen + elen - sizeof(vendor_id);
1248 vhdr->vendor_length = hlen + elen - sizeof(vendor_id);

Completed in 102 milliseconds