Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-usb-linux.c400 uint16_t wtotallength; in probe_devices() local
401 wtotallength = EXTRACT_LE_U_2(&configdesc[2]); in probe_devices()
403 ctrl.wLength = wtotallength; in probe_devices()
405 ctrl.length = wtotallength; in probe_devices()
407 ctrl.data = malloc(wtotallength); in probe_devices()