Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-usb.c40 get_direction(int transfer_type, int event_type) in get_direction() argument
45 switch(transfer_type){ in get_direction()
88 switch(uh->transfer_type) in usb_header_print()
121 direction = get_direction(uh->transfer_type, uh->event_type); in usb_header_print()
/external/libpcap/pcap/
Dusb.h80 u_int8_t transfer_type; member
105 u_int8_t transfer_type; member
/external/libpcap/
Dpcap-common.c1285 if (uhdr->transfer_type == URB_ISOCHRONOUS) { in swap_linux_usb_header()
1338 if (uhdr->transfer_type == URB_ISOCHRONOUS) { in swap_linux_usb_header()
Dpcap-usb-linux.c600 uhdr->transfer_type = urb_transfer; in usb_read_linux()