Home
last modified time | relevance | path

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

/src/contrib/tcpdump/
H A Dconfigure.in628 AC_MSG_CHECKING(whether pcap_version is defined by libpcap)
631 extern char pcap_version[];
633 return (int)pcap_version;
639 AC_DEFINE(HAVE_PCAP_VERSION, 1, [define if libpcap has pcap_version])
H A Dconfigure.ac822 AC_MSG_CHECKING(whether pcap_version is defined by libpcap)
824 extern char pcap_version[];
826 return (int)pcap_version;
833 AC_DEFINE(HAVE_PCAP_VERSION, 1, [define if libpcap has pcap_version])
H A Dtcpdump.c3505 extern char pcap_version[]; in print_version()
3507 static char pcap_version[] = "unknown"; in print_version()
3516 (void)fprintf(f, "libpcap version %s\n", pcap_version); in print_version()
H A Dconfig.h.in155 /* define if libpcap has pcap_version */
H A Dcmakeconfig.h.in153 /* define if libpcap has pcap_version */
H A Dconfigure7278 extern char pcap_version[];
7280 return (int)pcap_version;
H A DCMakeLists.txt918 # Check for the pcap_version string variable and set HAVE_PCAP_VERSION
/src/contrib/libpcap/
H A Dpcap.c335 PCAP_API char pcap_version[]; variable
336 PCAP_API_DEF char pcap_version[] = PACKAGE_VERSION; variable
H A DCHANGES884 Reflect version.h being renamed to pcap_version.h.