Home
last modified time | relevance | path

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

/third_party/ltp/utils/sctp/lib/
Dopt_info.c42 case SCTP_NODELAY: in sctp_opt_info()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp.h95 #define SCTP_NODELAY 0x00000004 macro
Dsctp_usrreq.c2117 case SCTP_NODELAY:
2145 case SCTP_NODELAY:
4464 case SCTP_NODELAY:
4512 case SCTP_NODELAY:
/third_party/ltp/utils/sctp/include/netinet/
Dsctp.h70 #define SCTP_NODELAY 3 /* Get/set nodelay option. */ macro
/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dsctpassociation.c646 if (usrsctp_setsockopt (sock, IPPROTO_SCTP, SCTP_NODELAY, &value, in create_sctp_socket()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h525 #define SCTP_NODELAY 0x00000004 macro
/third_party/openssl/crypto/bio/
Dbss_dgram.c1394 setsockopt(b->num, IPPROTO_SCTP, SCTP_NODELAY, in dgram_sctp_ctrl()