Home | History | Annotate | Download | only in libpcap

Lines Matching refs:snf

1406   --with-snf[=DIR]        include Myricom SNF support ["yes", "no" or DIR;
1408 --with-snf-includes=DIR Myricom SNF include directory
1409 --with-snf-libraries=DIR
1410 Myricom SNF library directory
5869 snf)
6500 # Check for Myricom SNF support.
6502 # Check whether --with-snf was given.
6507 # User explicitly doesn't want SNF
6511 # User wants SNF support but hasn't specific a directory.
6514 # User wants SNF support with a specified directory.
6530 # Check whether --with-snf-includes was given.
6533 # User wants SNF with specific header directory
6541 # Check whether --with-snf-libraries was given.
6544 # User wants SNF with specific lib directory
6552 bpf|linux|snf)
6566 as_fn_error $? "Myricom SNF support only available with 'bpf' 'linux' and 'snf' packet capture types" "$LINENO" 5
6580 snf_root=/opt/snf
6591 if test -f "$snf_include_dir/snf.h"; then
6599 as_fn_error $? "SNF API headers not found under $snf_include_dir; use --without-snf" "$LINENO" 5
6650 as_fn_error $? "SNF API cannot correctly be linked check config.log; use --without-snf" "$LINENO" 5
6656 if test "$V_PCAP" != snf ; then
6657 SSRC="pcap-snf.c"
6666 if test "$V_PCAP" = snf -a "$ac_cv_lbl_snf_api" = no; then
6667 as_fn_error $? "Specifying the capture type as 'snf' requires the Myricom Sniffer API to be present; use --with-snf=DIR" "$LINENO" 5