Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dusbpcap.h39 #define USBPCAP_TRANSFER_CONTROL 2 macro
H A Dusb.c970 uph->uph_xfertype = USBPCAP_TRANSFER_CONTROL; in usb_tap()
/openbsd/usr.sbin/tcpdump/
H A Dprint-usbpcap.c78 if (uph->uph_xfertype == USBPCAP_TRANSFER_CONTROL) { in usbpcap_if_print()