Lines Matching refs:snf
622 snf)
624 # --with-pcap=snf is the only way to get here, and it means
965 AC_ARG_WITH([snf], optwith
966 AC_HELP_STRING([--with-snf@<:@=DIR@:>@],[include Myricom SNF support (located in directory DIR, if …
982 if test "$V_PCAP" = snf; then
998 AC_ARG_WITH([snf-includes],
999 AC_HELP_STRING([--with-snf-includes=IDIR],[Myricom SNF include directory, if not DIR/include]),
1006 AC_ARG_WITH([snf-libraries],
1007 AC_HELP_STRING([--with-snf-libraries=LDIR],[Myricom SNF library directory, if not DIR/lib]),
1021 snf_root=/opt/snf
1032 if test -f "$snf_include_dir/snf.h"; then
1036 AC_CHECK_LIB([snf], [snf_init], [ac_cv_lbl_snf_api="yes"])
1050 if test "$V_PCAP" != snf ; then
1051 SSRC="$SSRC pcap-snf.c"
1059 # User requested "snf" capture type but
1061 …AC_MSG_ERROR([Myricom Sniffer support requested with --with-pcap=snf, but the Sniffer headers were…
1065 …AC_MSG_ERROR([Myricom Sniffer support requested with --with-snf, but the Sniffer headers weren't f…