Home
last modified time | relevance | path

Searched refs:wtotallength (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/contrib/libpcap/
HDpcap-usb-linux.c398 uint16_t wtotallength; in probe_devices() local
399 wtotallength = EXTRACT_LE_U_2(&configdesc[2]); in probe_devices()
401 ctrl.wLength = wtotallength; in probe_devices()
403 ctrl.length = wtotallength; in probe_devices()
405 ctrl.data = malloc(wtotallength); in probe_devices()