Searched refs:PCAP_FILE_HDR_SIZE (Results 1 – 1 of 1) sorted by relevance
57 #define PCAP_FILE_HDR_SIZE (sizeof(struct pcap_file_header)) macro137 memset(&hdr, 0, PCAP_FILE_HDR_SIZE); in monitor_pcap_create()150 len = write(pcap->fd, &hdr, PCAP_FILE_HDR_SIZE); in monitor_pcap_create()156 if (len != PCAP_FILE_HDR_SIZE) { in monitor_pcap_create()