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

/freebsd-current/contrib/tcpdump/
H A Dprint-radius.c844 u_int vendor_length; local
858 vendor_length = GET_U_1(data + 1);
860 if (vendor_length < 2)
864 vendor_length);
867 if (vendor_length > length)
871 vendor_length);
875 vendor_length-=2;
877 ND_TCHECK_LEN(data, vendor_length);
881 vendor_length);
882 for (idx = 0; idx < vendor_length ; id
[all...]
/freebsd-current/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 120 milliseconds