Searched refs:pcap_version (Results 1 – 8 of 8) sorted by relevance
716 AC_MSG_CHECKING(whether pcap_version is defined by libpcap)719 extern char pcap_version[];721 return (int)pcap_version;727 AC_DEFINE(HAVE_PCAP_VERSION, 1, [define if libpcap has pcap_version])
3170 extern char pcap_version[]; in print_version()3172 static char pcap_version[] = "unknown"; in print_version()3181 (void)fprintf(f, "libpcap version %s\n", pcap_version); in print_version()
159 /* define if libpcap has pcap_version */
156 /* define if libpcap has pcap_version */
6497 … { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pcap_version is defined by libpcap" >&56498 $as_echo_n "checking whether pcap_version is defined by libpcap... " >&6; }
727 # Check for the pcap_version string variable and set HAVE_PCAP_VERSION
319 PCAP_API char pcap_version[]; variable320 PCAP_API_DEF char pcap_version[] = PACKAGE_VERSION; variable
598 Reflect version.h being renamed to pcap_version.h.