Lines Matching refs:snf
898 snf)
900 # --with-pcap=snf is the only way to get here, and it means
1228 AC_ARG_WITH([snf], optwith
1229 AC_HELP_STRING([--with-snf@<:@=DIR@:>@],[include Myricom SNF support (located in directory DIR, if …
1245 if test "$V_PCAP" = snf; then
1261 AC_ARG_WITH([snf-includes],
1262 AC_HELP_STRING([--with-snf-includes=IDIR],[Myricom SNF include directory, if not DIR/include]),
1269 AC_ARG_WITH([snf-libraries],
1270 AC_HELP_STRING([--with-snf-libraries=LDIR],[Myricom SNF library directory, if not DIR/lib]),
1284 snf_root=/opt/snf
1295 if test -f "$snf_include_dir/snf.h"; then
1299 AC_CHECK_LIB([snf], [snf_init], [ac_cv_lbl_snf_api="yes"])
1313 if test "$V_PCAP" != snf ; then
1314 SSRC="$SSRC pcap-snf.c"
1322 # User requested "snf" capture type but
1324 …AC_MSG_ERROR([Myricom Sniffer support requested with --with-pcap=snf, but the Sniffer headers were…
1328 …AC_MSG_ERROR([Myricom Sniffer support requested with --with-snf, but the Sniffer headers weren't f…