Lines Matching refs:libpcap
5032 # script to become confused, and results in libpcap
5814 libpcap=FAIL
5817 egrep '/libpcap-[0-9]+\.[0-9]+(\.[0-9]*)?([ab][0-9]*|-PRE-GIT)?$'`
5818 for dir in $places $srcdir/../libpcap $srcdir/libpcap ; do
5825 if test -r $dir/libpcap.a ; then
5826 libpcap=$dir/libpcap.a
5830 if test $libpcap = FAIL ; then
5938 # libpcap and the flags to link with libpcap.
5949 libpcap=`"$PCAP_CONFIG" --libs`
5985 libpcap="-lpcap"
5988 if test $libpcap = FAIL ; then
6011 V_PCAPDEP=$libpcap
6013 egrep '/libpcap-[0-9]*.[0-9]*(.[0-9]*)?([ab][0-9]*)?$'`
6021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libpcap" >&5
6022 $as_echo "$libpcap" >&6; }
6065 # The libpcap directory has a pcap-config script.
6067 # to link with the libpcap archive library in
6078 libpcap="$libpcap $additional_libs"
6081 LIBS="$libpcap $LIBS"
6092 # If libpcap is DLPI-based, we have to use /lib/pse.exp if
6095 # (XXX - true only if we're linking with a static libpcap?)
6107 # If libpcap is BPF-based, we need "-lodm" and "-lcfg", as
6110 # (XXX - true only if we're linking with a static libpcap?)
6123 config.log file in your report. If you have downloaded libpcap from
6125 file from the libpcap source directory, the Makefile from the libpcap
6126 source directory, and the output of the make process for libpcap, as
6127 this could be a problem with the libpcap that was built, and we will
6593 # introduced in libpcap 1.0.0.
6654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pcap_version is defined by libpcap" >&5
6655 $as_echo_n "checking whether pcap_version is defined by libpcap... " >&6; }
6689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pcap_debug is defined by libpcap" >&5
6690 $as_echo_n "checking whether pcap_debug is defined by libpcap... " >&6; }
6725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yydebug is defined by libpcap" >&5
6726 $as_echo_n "checking whether yydebug is defined by libpcap... " >&6; }
7339 # Check for some headers introduced in later versions of libpcap