Lines Matching refs:pcap_usb_header
94 pcap_usb_header *hdr;
740 pcap_usb_header* uhdr = (pcap_usb_header*)handle->buffer; in usb_read_linux()
820 pkth.caplen = sizeof(pcap_usb_header); in usb_read_linux()
821 rawdata += sizeof(pcap_usb_header); in usb_read_linux()
1046 u_int clen = handle->snapshot - sizeof(pcap_usb_header); in usb_read_linux_bin()
1049 info.hdr = (pcap_usb_header*) handle->buffer; in usb_read_linux_bin()
1050 info.data = (u_char *)handle->buffer + sizeof(pcap_usb_header); in usb_read_linux_bin()
1077 pkth.caplen = clen + sizeof(pcap_usb_header); in usb_read_linux_bin()
1078 pkth.len = info.hdr->data_len + sizeof(pcap_usb_header); in usb_read_linux_bin()
1105 pcap_usb_header* hdr; in usb_read_linux_mmap()
1110 max_clen = handle->snapshot - sizeof(pcap_usb_header); in usb_read_linux_mmap()
1148 hdr = (pcap_usb_header*) &handlep->mmapbuf[vec[i]]; in usb_read_linux_mmap()