Home | History | Annotate | Download | only in libpcap

Lines Matching refs:pcap_header

473 	struct pcap_pkthdr	pcap_header;
683 if (ioctl(handle->fd, SIOCGSTAMP, &pcap_header.ts) == -1) {
688 pcap_header.caplen = caplen;
689 pcap_header.len = packet_len;
737 callback(userdata, &pcap_header, bp);