Home | History | Annotate | Download | only in libpcap

Lines Matching refs:pcap_header

1479 	struct pcap_pkthdr	pcap_header;
1721 if (ioctl(handle->fd, SIOCGSTAMPNS, &pcap_header.ts) == -1) {
1729 if (ioctl(handle->fd, SIOCGSTAMP, &pcap_header.ts) == -1) {
1736 pcap_header.caplen = caplen;
1737 pcap_header.len = packet_len;
1786 callback(userdata, &pcap_header, bp);