Lines Matching refs:libpcap
1348 --with-system-libpcap don't use local pcap library
5061 # script to become confused, and results in libpcap
5818 libpcap=FAIL
5822 # Check whether --with-system-libpcap was given.
5830 egrep '/libpcap-[0-9]+\.[0-9]+(\.[0-9]*)?([ab][0-9]*|-PRE-GIT)?$'`
5832 egrep '/libpcap-[0-9]+\.[0-9]+(\.[0-9]*)?([ab][0-9]*|-PRE-GIT)?$'`
5833 for dir in $places $srcdir/../libpcap ../libpcap $srcdir/libpcap $places2 ; do
5840 if test -r $dir/libpcap.a ; then
5841 libpcap=$dir/libpcap.a
5846 if test $libpcap = FAIL ; then
5954 # libpcap and the flags to link with libpcap.
5965 libpcap=`"$PCAP_CONFIG" --libs`
6001 libpcap="-lpcap"
6004 if test $libpcap = FAIL ; then
6027 V_PCAPDEP=$libpcap
6029 egrep '/libpcap-[0-9]*.[0-9]*(.[0-9]*)?([ab][0-9]*)?$'`
6031 egrep '/libpcap-[0-9]*.[0-9]*(.[0-9]*)?([ab][0-9]*)?$'`
6036 for dir in $places $srcdir/../libpcap ../libpcap $srcdir/libpcap $places2 ; do
6047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libpcap" >&5
6048 $as_echo "$libpcap" >&6; }
6091 # The libpcap directory has a pcap-config script.
6093 # to link with the libpcap archive library in
6104 libpcap="$libpcap $additional_libs"
6107 LIBS="$libpcap $LIBS"
6118 # If libpcap is DLPI-based, we have to use /lib/pse.exp if
6121 # (XXX - true only if we're linking with a static libpcap?)
6133 # If libpcap is BPF-based, we need "-lodm" and "-lcfg", as
6136 # (XXX - true only if we're linking with a static libpcap?)
6149 config.log file in your report. If you have downloaded libpcap from
6151 file from the libpcap source directory, the Makefile from the libpcap
6152 source directory, and the output of the make process for libpcap, as
6153 this could be a problem with the libpcap that was built, and we will
6636 # introduced in libpcap 1.0.0.
6716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pcap_version is defined by libpcap" >&5
6717 $as_echo_n "checking whether pcap_version is defined by libpcap... " >&6; }
6751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pcap_debug is defined by libpcap" >&5
6752 $as_echo_n "checking whether pcap_debug is defined by libpcap... " >&6; }
6787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yydebug is defined by libpcap" >&5
6788 $as_echo_n "checking whether yydebug is defined by libpcap... " >&6; }
7044 # we may need them with libpcap include files.
7410 # Check for some headers introduced in later versions of libpcap