Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dusbpcap.h31 #define USBPCAP_INFO_DIRECTION_IN (1 << 0)/* from Device to Host */ macro
H A Dusb.c1040 uph->uph_info = USBPCAP_INFO_DIRECTION_IN; in usb_tap()
/openbsd/usr.sbin/tcpdump/
H A Dprint-usbpcap.c66 ((uph->uph_info & USBPCAP_INFO_DIRECTION_IN) ? '<' : '>'), in usbpcap_if_print()