Lines Matching refs:libpcap
1345 --with-system-libpcap don't use local pcap library
5474 libpcap=FAIL
5478 # Check whether --with-system-libpcap was given.
5486 egrep '/libpcap-[0-9]+\.[0-9]+(\.[0-9]*)?([ab][0-9]*|-PRE-GIT)?$'`
5488 egrep '/libpcap-[0-9]+\.[0-9]+(\.[0-9]*)?([ab][0-9]*|-PRE-GIT)?$'`
5489 for dir in $places $srcdir/../libpcap ../libpcap $srcdir/libpcap $places2 ; do
5496 if test -r $dir/libpcap.a ; then
5497 libpcap=$dir/libpcap.a
5502 if test $libpcap = FAIL ; then
5610 # libpcap and the flags to link with libpcap.
5621 libpcap=`"$PCAP_CONFIG" --libs`
5657 libpcap="-lpcap"
5660 if test $libpcap = FAIL ; then
5683 V_PCAPDEP=$libpcap
5685 egrep '/libpcap-[0-9]*.[0-9]*(.[0-9]*)?([ab][0-9]*)?$'`
5687 egrep '/libpcap-[0-9]*.[0-9]*(.[0-9]*)?([ab][0-9]*)?$'`
5692 for dir in $places $srcdir/../libpcap ../libpcap $srcdir/libpcap $places2 ; do
5703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libpcap" >&5
5704 $as_echo "$libpcap" >&6; }
5747 # The libpcap directory has a pcap-config script.
5749 # to link with the libpcap archive library in
5760 libpcap="$libpcap $additional_libs"
5763 LIBS="$libpcap $LIBS"
5774 # If libpcap is DLPI-based, we have to use /lib/pse.exp if
5777 # (XXX - true only if we're linking with a static libpcap?)
5789 # If libpcap
5792 # (XXX - true only if we're linking with a static libpcap?)
5805 config.log file in your report. If you have downloaded libpcap from
5807 file from the libpcap source directory, the Makefile from the libpcap
5808 source directory, and the output of the make process for libpcap, as
5809 this could be a problem with the libpcap that was built, and we will
6146 # introduced in libpcap 1.0.0.
6226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pcap_version is defined by libpcap" >&5
6227 $as_echo_n "checking whether pcap_version is defined by libpcap... " >&6; }
6278 # OK, we don't have pcap_set_parser_debug() to set the libpcap
6281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pcap_debug is defined by libpcap" >&5
6282 $as_echo_n "checking whether pcap_debug is defined by libpcap... " >&6; }
6317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yydebug is defined by libpcap" >&5
6318 $as_echo_n "checking whether yydebug is defined by libpcap... " >&6; }
6586 # we may need them with libpcap include files.
6952 # Check for some headers introduced in later versions of libpcap