Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-usb.c84 usb_header_print(const pcap_usb_header *uh) in usb_header_print()
140 if (h->caplen < sizeof(pcap_usb_header)) { in usb_linux_48_byte_print()
142 return(sizeof(pcap_usb_header)); in usb_linux_48_byte_print()
145 usb_header_print((const pcap_usb_header *) p); in usb_linux_48_byte_print()
147 return(sizeof(pcap_usb_header)); in usb_linux_48_byte_print()
167 usb_header_print((const pcap_usb_header *) p); in usb_linux_64_byte_print()
/external/libpcap/
Dpcap-usb-linux.c97 pcap_usb_header *hdr;
478 pcap_usb_header* uhdr = (pcap_usb_header*)handle->buffer; in usb_read_linux()
559 pkth.caplen = sizeof(pcap_usb_header); in usb_read_linux()
560 rawdata += sizeof(pcap_usb_header); in usb_read_linux()
785 int clen = handle->snapshot - sizeof(pcap_usb_header); in usb_read_linux_bin()
788 info.hdr = (pcap_usb_header*) handle->buffer; in usb_read_linux_bin()
789 info.data = handle->buffer + sizeof(pcap_usb_header); in usb_read_linux_bin()
816 pkth.caplen = clen + sizeof(pcap_usb_header); in usb_read_linux_bin()
817 pkth.len = info.hdr->data_len + sizeof(pcap_usb_header); in usb_read_linux_bin()
844 pcap_usb_header* hdr; in usb_read_linux_mmap()
[all …]
/external/libpcap/pcap/
Dusb.h94 } pcap_usb_header; typedef