Searched refs:sctp (Results 1 – 8 of 8) sorted by relevance
89 # SCTP. Allow user to disable SCTP support with --without-sctp.92 AC_ARG_WITH([sctp], optwith93 [AS_HELP_STRING([--without-sctp],103 AC_MSG_ERROR([Invalid --with-sctp value])116 AC_CHECK_HEADERS([netinet/sctp.h],118 AC_SEARCH_LIBS(sctp_bindx, [sctp])120 [[#include <netinet/sctp.h>]]),
36 ./src/iperf3 -c "$host" --sctp -V -t 5
155 * Configuring with the --without-sctp flag will now prevent SCTP614 * SCTP support has been added (with the --sctp flag), on Linux,
14182 for ac_header in netinet/sctp.h14217 for ac_lib in '' sctp
2753 struct protocol *sctp; in iperf_defaults() local2841 sctp = protocol_new(); in iperf_defaults()2842 if (!sctp) { in iperf_defaults()2848 sctp->id = Psctp; in iperf_defaults()2849 sctp->name = "SCTP"; in iperf_defaults()2850 sctp->accept = iperf_sctp_accept; in iperf_defaults()2851 sctp->listen = iperf_sctp_listen; in iperf_defaults()2852 sctp->connect = iperf_sctp_connect; in iperf_defaults()2853 sctp->send = iperf_sctp_send; in iperf_defaults()2854 sctp->recv = iperf_sctp_recv; in iperf_defaults()[all …]
45 /* Define to 1 if you have the <netinet/sctp.h> header file. */
69 necessary to pass the ``--without-sctp`` flag at configure
260 --sctp use SCTP rather than TCP (FreeBSD and Linux)