Home
last modified time | relevance | path

Searched refs:SCTP_NODELAY (Results 1 – 15 of 15) 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/usrsctp/usrsctplib/netinet/
Dsctp.h95 #define SCTP_NODELAY 0x00000004 macro
Dsctp_usrreq.c2188 case SCTP_NODELAY:
2216 case SCTP_NODELAY:
4552 case SCTP_NODELAY:
4600 case SCTP_NODELAY:
/external/usrsctp/fuzzer/
Dfuzzer_connect.c352 result = usrsctp_setsockopt(socket_client, IPPROTO_SCTP, SCTP_NODELAY, &optval, sizeof(optval)); in LLVMFuzzerTestOneInput()
/external/ltp/utils/sctp/include/netinet/
Dsctp.h70 #define SCTP_NODELAY 3 /* Get/set nodelay option. */ macro
/external/iproute2/include/uapi/linux/
Dsctp.h68 #define SCTP_NODELAY 3 /* Get/set nodelay option. */ macro
/external/kernel-headers/original/uapi/linux/
Dsctp.h72 #define SCTP_NODELAY 3 /* Get/set nodelay option. */ macro
/external/usrsctp/programs/
Dtsctp_upcall.c708 usrsctp_setsockopt(psock, IPPROTO_SCTP, SCTP_NODELAY, &nodelay, sizeof(nodelay)); in main()
Dtsctp.c692 usrsctp_setsockopt(psock, IPPROTO_SCTP, SCTP_NODELAY, &optval, sizeof(int));
/external/iperf3/src/
Diperf_sctp.c402 if (setsockopt(s, IPPROTO_SCTP, SCTP_NODELAY, &opt, sizeof(opt)) < 0) { in iperf_sctp_connect()
/external/usrsctp/usrsctplib/
Dusrsctp.h525 #define SCTP_NODELAY 0x00000004 macro
/external/webrtc/media/sctp/
Dsctp_transport.cc850 if (usrsctp_setsockopt(sock_, IPPROTO_SCTP, SCTP_NODELAY, &nodelay, in ConfigureSctpSocket()
/external/usrsctp/
DManual.md343 SCTP_NODELAY | int | r/w