Lines Matching refs:snf
1017 snf)
1019 # --with-pcap=snf is the only way to get here, and it means
1023 PLATFORM_C_SRC="pcap-snf.c"
1352 AC_ARG_WITH([snf], optwith
1353 AC_HELP_STRING([--with-snf@<:@=DIR@:>@],[include Myricom SNF support (located in directory DIR, if …
1369 if test "$V_PCAP" = snf; then
1385 AC_ARG_WITH([snf-includes],
1386 AC_HELP_STRING([--with-snf-includes=IDIR],[Myricom SNF include directory, if not DIR/include]),
1393 AC_ARG_WITH([snf-libraries],
1394 AC_HELP_STRING([--with-snf-libraries=LDIR],[Myricom SNF library directory, if not DIR/lib]),
1408 snf_root=/opt/snf
1426 if test -f "$snf_include_dir/snf.h"; then
1430 AC_CHECK_LIB([snf], [snf_init], [ac_cv_lbl_snf_api="yes"])
1444 if test "$V_PCAP" != snf ; then
1445 MODULE_C_SRC="$MODULE_C_SRC pcap-snf.c"
1453 # User requested "snf" capture type but
1455 …AC_MSG_ERROR([Myricom Sniffer support requested with --with-pcap=snf, but the Sniffer headers were…
1459 …AC_MSG_ERROR([Myricom Sniffer support requested with --with-snf, but the Sniffer headers weren't f…