Home | History | Annotate | Download | only in radius

Lines Matching full:hlen

1197 	int hlen;
1200 hlen = sizeof(vendor_id) + sizeof(*vhdr) + 2;
1203 buf = os_malloc(hlen + send_key_len + 16);
1218 vhdr->vendor_length = hlen + elen - sizeof(vendor_id);
1221 buf, hlen + elen);
1228 buf = os_malloc(hlen + recv_key_len + 16);
1243 vhdr->vendor_length = hlen + elen - sizeof(vendor_id);
1246 buf, hlen + elen);