Home | History | Annotate | Download | only in libpcap

Lines Matching refs:dag

1288   --with-dag[=DIR]        include Endace DAG support ("yes", "no" or DIR; default="yes" on BSD and Linux if present)
1289 --with-dag-includes=DIR Endace DAG include directory
1290 --with-dag-libraries=DIR Endace DAG library directory
6342 dag)
6376 # Check for Endace DAG card support.
6378 # Check whether --with-dag was given.
6383 # User doesn't want DAG support.
6387 # User wants DAG support but hasn't specified a directory.
6390 # User wants DAG support and has specified a directory, so use the provided value.
6398 # Use DAG API if present, otherwise don't
6406 # Check whether --with-dag-includes was given.
6409 # User wants DAG support and has specified a header directory, so use the provided value.
6417 # Check whether --with-dag-libraries was given.
6420 # User wants DAG support and has specified a library directory, so use the provided value.
6428 linux|bpf|dag)
6430 # We support the DAG API if we're on Linux or BSD, or if we're
6431 # building a DAG-only libpcap.
6436 # If the user explicitly requested DAG, tell them it's not
6442 { { echo "$as_me:$LINENO: error: DAG support is only available with 'linux' 'bpf' and 'dag' packet capture types" >&5
6443 echo "$as_me: error: DAG support is only available with 'linux' 'bpf' and 'dag' packet capture types" >&2;}
6454 { echo "$as_me:$LINENO: checking whether we have DAG API headers" >&5
6455 echo $ECHO_N "checking whether we have DAG API headers... $ECHO_C" >&6; }
6457 # If necessary, set default paths for DAG API headers and libraries.
6585 if test $V_PCAP != dag ; then
6586 SSRC="pcap-dag.c"
6744 { echo "$as_me:$LINENO: checking the DAG API version" >&5
6745 echo $ECHO_N "checking the DAG API version... $ECHO_C" >&6; }
6760 # User wanted DAG support but we couldn't find it.
6761 { { echo "$as_me:$LINENO: error: DAG API requested, but not found at $dag_root: use --without-dag" >&5
6762 echo "$as_me: error: DAG API requested, but not found at $dag_root: use --without-dag" >&2;}
6766 if test "$V_PCAP" = dag; then
6767 # User requested "dag" capture type but the DAG API wasn't
6769 { { echo "$as_me:$LINENO: error: Specifying the capture type as \"dag\" requires the DAG API to be present; use the --with-dag options to specify the location. (Try \"./configure --help\" for more information.)" >&5
6770 echo "$as_me: error: Specifying the capture type as \"dag\" requires the DAG API to be present; use the --with-dag options to specify the location. (Try \"./configure --help\" for more information.)" >&2;}