Home
last modified time | relevance | path

Searched refs:PCAP_FILE_HDR_SIZE (Results 1 – 1 of 1) sorted by relevance

/net-tools-3.5.0/
Dmonitor_15_4.c57 #define PCAP_FILE_HDR_SIZE (sizeof(struct pcap_file_header)) macro
137 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()