Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-usb-linux.c344 uint8_t configdesc[USB_CONFIG_DESCRIPTOR_SIZE]; in probe_devices() local
390 ctrl.wLength = sizeof(configdesc); in probe_devices()
393 ctrl.length = sizeof(configdesc); in probe_devices()
395 ctrl.data = configdesc; in probe_devices()
399 wtotallength = EXTRACT_LE_U_2(&configdesc[2]); in probe_devices()