Searched refs:PCAP_FRAME_SIZE (Results 1 – 1 of 1) sorted by relevance
65 #define PCAP_FRAME_SIZE (sizeof(struct pcap_frame)) macro178 memset(&frame, 0, PCAP_FRAME_SIZE); in monitor_pcap_write()186 len = write(pcap->fd, &frame, PCAP_FRAME_SIZE); in monitor_pcap_write()187 if (len < 0 || len != PCAP_FRAME_SIZE) { in monitor_pcap_write()