Home | History | Annotate | Download | only in libpcap

Lines Matching defs:pcap_header

1567 	struct pcap_pkthdr	pcap_header;
1814 if (ioctl(handle->fd, SIOCGSTAMPNS, &pcap_header.ts) == -1) {
1822 if (ioctl(handle->fd, SIOCGSTAMP, &pcap_header.ts) == -1) {
1829 pcap_header.caplen = caplen;
1830 pcap_header.len = packet_len;
1879 callback(userdata, &pcap_header, bp);