Home
last modified time | relevance | path

Searched refs:SCTP_NODELAY (Results 1 – 14 of 14) sorted by relevance

/external/strace/xlat/
Dsock_sctp_options.h27 #if defined(SCTP_NODELAY) || (defined(HAVE_DECL_SCTP_NODELAY) && HAVE_DECL_SCTP_NODELAY)
29 static_assert((SCTP_NODELAY) == (3), "SCTP_NODELAY != 3");
32 # define SCTP_NODELAY 3
468 XLAT(SCTP_NODELAY),
Dsock_sctp_options.in4 SCTP_NODELAY 3
/external/ltp/utils/sctp/lib/
Dopt_info.c42 case SCTP_NODELAY: in sctp_opt_info()
/external/syzkaller/sys/linux/
Dsocket_inet_sctp_arm64.const43 SCTP_NODELAY = 3
Dsocket_inet_sctp_386.const43 SCTP_NODELAY = 3
Dsocket_inet_sctp_arm.const43 SCTP_NODELAY = 3
Dsocket_inet_sctp_amd64.const43 SCTP_NODELAY = 3
Dsocket_inet_sctp_ppc64le.const43 SCTP_NODELAY = 3
Dsocket_inet_sctp.txt132 setsockopt$inet_sctp_SCTP_NODELAY(fd sock_sctp, level const[SOL_SCTP], opt const[SCTP_NODELAY], val…
133 setsockopt$inet_sctp6_SCTP_NODELAY(fd sock_sctp6, level const[SOL_SCTP], opt const[SCTP_NODELAY], v…
134 getsockopt$inet_sctp_SCTP_NODELAY(fd sock_sctp, level const[SOL_SCTP], opt const[SCTP_NODELAY], val…
135 getsockopt$inet_sctp6_SCTP_NODELAY(fd sock_sctp6, level const[SOL_SCTP], opt const[SCTP_NODELAY], v…
/external/ltp/utils/sctp/include/netinet/
Dsctp.h70 #define SCTP_NODELAY 3 /* Get/set nodelay option. */ macro
/external/iperf3/src/
Diperf_sctp.c358 if (setsockopt(s, IPPROTO_SCTP, SCTP_NODELAY, &opt, sizeof(opt)) < 0) { in iperf_sctp_connect()
/external/iproute2/include/uapi/linux/
Dsctp.h68 #define SCTP_NODELAY 3 /* Get/set nodelay option. */ macro
/external/kernel-headers/original/uapi/linux/
Dsctp.h68 #define SCTP_NODELAY 3 /* Get/set nodelay option. */ macro
/external/webrtc/talk/media/sctp/
Dsctpdataengine.cc450 if (usrsctp_setsockopt(sock_, IPPROTO_SCTP, SCTP_NODELAY, &nodelay, in OpenSctpSocket()