Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dsf-pcap.c283 if (hdr.version_major < PCAP_VERSION_MAJOR) { in pcap_check_header()
294 if (! ((hdr.version_major == PCAP_VERSION_MAJOR && in pcap_check_header()
797 hdr.version_major = PCAP_VERSION_MAJOR; in sf_write_header()
1153 if (ph.version_major != PCAP_VERSION_MAJOR || in pcap_dump_open_append()
/freebsd/contrib/pf/pflogd/
H A Dpflogd.c384 hdr.version_major = PCAP_VERSION_MAJOR; in try_reset_dump()
440 hdr.version_major != PCAP_VERSION_MAJOR || in scan_dump()
/freebsd/contrib/libpcap/pcap/
H A Dpcap.h149 #define PCAP_VERSION_MAJOR 2 macro
/freebsd/tools/tools/net80211/wesside/wesside/
H A Dwesside.c2404 pfh.version_major = PCAP_VERSION_MAJOR;