/external/chromium_org/third_party/openssl/openssl/ssl/ |
d1_srvr.c | 176 /* Notify SCTP BIO socket to enter handshake 178 * than 0. Will be ignored if no SCTP is used. 254 * ...but not with SCTP :-) 391 /* Add new shared key for SCTP-Auth, 392 * will be ignored if no SCTP used. 614 /* Add new shared key for SCTP-Auth, 615 * will be ignored if no SCTP used. 724 /* Change to new shared key of SCTP-Auth, 725 * will be ignored if no SCTP used. 836 /* Notify SCTP BIO socket to leave handshak [all...] |
/external/openssl/ssl/ |
d1_clnt.c | 172 /* Notify SCTP BIO socket to enter handshake 174 * than 0. Will be ignored if no SCTP is used. 313 /* Disable buffering for SCTP */ 335 /* Add new shared key for SCTP-Auth, 336 * will be ignored if no SCTP used. 476 /* Add new shared key for SCTP-Auth, 477 * will be ignored if no SCTP used. 542 /* Change to new shared key of SCTP-Auth, 543 * will be ignored if no SCTP used. 757 /* Notify SCTP BIO socket to leave handshak [all...] |
d1_srvr.c | 176 /* Notify SCTP BIO socket to enter handshake 178 * than 0. Will be ignored if no SCTP is used. 254 * ...but not with SCTP :-) 391 /* Add new shared key for SCTP-Auth, 392 * will be ignored if no SCTP used. 614 /* Add new shared key for SCTP-Auth, 615 * will be ignored if no SCTP used. 724 /* Change to new shared key of SCTP-Auth, 725 * will be ignored if no SCTP used. 836 /* Notify SCTP BIO socket to leave handshak [all...] |
/external/iproute2/man/man8/ |
ip-xfrm.8 | 156 .RB "{ " tcp " | " udp " | " sctp " | " dccp " } [ " sport 266 .RB "{ " tcp " | " udp " | " sctp " | " dccp " } [ " sport 452 .BR tcp ", " udp ", " sctp ", or " dccp 499 .BR tcp ", " udp ", " sctp ", or " dccp
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
mediasession.cc | 47 #include "talk/media/sctp/sctpdataengine.h" 69 const char kMediaProtocolSctp[] = "SCTP"; 70 const char kMediaProtocolDtlsSctp[] = "DTLS/SCTP"; 265 "Could not generate an SCTP SID: too many SCTP streams."; 281 LOG(LS_WARNING) << "Could not generated an SCTP SID."; 971 // Data channels can have a protocol of SCTP or SCTP/DTLS. [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
bss_dgram.c | 74 #include <netinet/sctp.h> 142 "datagram sctp socket", 893 /* Activate SCTP-AUTH for DATA and FORWARD-TSN chunks */ 902 * SCTP-AUTH has to be activated for the listening socket 1157 /* Test if SCTP doesn't partially deliver below 1170 * a message dropped by PR-SCTP. 1187 /* Test if peer uses SCTP-AUTH before continuing */ [all...] |
/external/openssl/crypto/bio/ |
bss_dgram.c | 74 #include <netinet/sctp.h> 142 "datagram sctp socket", 893 /* Activate SCTP-AUTH for DATA and FORWARD-TSN chunks */ 902 * SCTP-AUTH has to be activated for the listening socket 1157 /* Test if SCTP doesn't partially deliver below 1170 * a message dropped by PR-SCTP. 1187 /* Test if peer uses SCTP-AUTH before continuing */ [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
mediachannel.h | [all...] |
/external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
call_main.cc | 251 "Enable a data channel, and choose the type: rtp or sctp."); 416 } else if (data_channel == "sctp") { 419 Print("Invalid data channel type. Must be rtp or sctp.\n");
|
/external/chromium_org/third_party/libjingle/source/talk/ |
libjingle.gyp | 843 # TODO(ronghuawu): Enable when SCTP is ready. 844 # 'media/sctp/sctpdataengine.cc', 845 # 'media/sctp/sctpdataengine.h', 846 'media/sctp/sctputils.cc', 847 'media/sctp/sctputils.h', [all...] |
libjingle.scons | 293 "media/sctp/sctputils.cc", 680 "media/sctp/sctputils_unittest.cc",
|
/external/chromium/net/socket/ |
transport_client_socket_unittest.cc | 29 SCTP 169 // TODO(leighton): Add SCTP to this list when it is ready.
|
/external/chromium_org/net/socket/ |
transport_client_socket_unittest.cc | 31 SCTP 177 // TODO(leighton): Add SCTP to this list when it is ready.
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
webrtcsession.h | 320 // 1. If chrome command-line switch 'enable-sctp-data-channels' is enabled, 322 // not set or false, SCTP is allowed (DCT_SCTP);
|
datachannelinterface.h | 64 int id; // The stream id, or SID, for SCTP data channels. -1
|
mediaconstraintsinterface.h | 112 static const char kEnableSctpDataChannels[]; // Enable SCTP DataChannels
|
webrtcsession.cc | 487 // DTLS has to be enabled to use SCTP. 489 LOG(LS_INFO) << "Allowing SCTP data engine."; 1393 bool sctp = (data_channel_type_ == cricket::DCT_SCTP); local [all...] |
datachannel.cc | 34 #include "talk/media/sctp/sctputils.h" 88 LOG(LS_ERROR) << "Failed to initialize the SCTP data channel due to "
|
mediastreamsignaling.h | 176 // Checks if |id| is available to be assigned to a new SCTP data channel. 179 // Gets the first available SCTP id that is not assigned to any existing
|
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/ |
sctputils.cc | 28 #include "talk/media/sctp/sctputils.h"
|
sctputils_unittest.cc | 31 #include "talk/media/sctp/sctputils.h"
|
/external/iptables/extensions/ |
libipt_REDIRECT.c | 95 "Need TCP, UDP, SCTP or DCCP with port specification");
|
/external/nist-sip/java/gov/nist/javax/sip/ |
ListeningPointImpl.java | 159 * <li>The default port is 5060 if the transport is SCTP the scheme is <i>sip:</i>.
|
/external/tcpdump/ |
FILES | 191 print-sctp.c
|
/external/chromium_org/third_party/libjingle/ |
libjingle.gyp | [all...] |