/third_party/libwebsockets/scripts/ |
D | attack.sh | 16 SERVER=127.0.0.1 147 …nel_location_http_post=%3F HTTP/1.0\x0d\x0a\x0d\x0a" | $LWS_NC --server $SERVER --port $PORT 2>/de… 157 …in/settings.js?key1=value1 HTTP/1.0\x0d\x0a\x0d\x0a" | $LWS_NC --server $SERVER --port $PORT 2>/de… 164 echo -n -e "GET /t%3dest?key1%3d2=value1 HTTP/1.0\x0d\x0a\x0d\x0a" | $LWS_NC --server $SERVER --por… 172 …e%2f%2e./xxtest.html?arg=1 HTTP/1.0\x0d\x0a\x0d\x0a" | $LWS_NC --server $SERVER --port $PORT 2>/de… 179 …%2e./xxtest.html?arg=/../. HTTP/1.0\x0d\x0a\x0d\x0a" | $LWS_NC --server $SERVER --port $PORT 2>/de… 185 echo "not GET" | $LWS_NC --server $SERVER --port $PORT 2>/dev/null > /tmp/lwscap 190 dd if=/dev/urandom bs=1 count=80 2>/dev/null | $LWS_NC --server $SERVER --port $PORT 2>/dev/null > … 195 dd if=/dev/urandom bs=1 count=655360 | $LWS_NC --server $SERVER --port $PORT 2>/dev/null > /tmp/lws… 201 | $LWS_NC --server $SERVER --port $PORT 2>/dev/null > /tmp/lwscap [all …]
|
D | autobahn-test-server.sh | 80 echo -n "AUTOBAHN CLIENT / LWS SERVER: Total tests: " `cat /tmp/jis | wc -l` " : "
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/ |
D | rpc_test.sh | 6 SERVER= 41 s) SERVER="$OPTARG" ;; 49 if [ -n "$SERVER" ]; then 51 if echo "$SERVER" | grep -q '^tirpc'; then 57 tst_check_cmds $CLIENT $SERVER || tst_brk TCONF "LTP compiled without TI-RPC support?" 70 pkill -13 -x $SERVER 79 if [ -n "$SERVER" ]; then 80 $SERVER $PROGNUMNOSVC &
|
/third_party/openssl/test/recipes/ |
D | 70-test_tls13messages.t | 112 TLSProxy::Message::SERVER, 115 TLSProxy::Message::SERVER, 165 TLSProxy::Message::SERVER, 168 TLSProxy::Message::SERVER, 171 TLSProxy::Message::SERVER, 175 TLSProxy::Message::SERVER, 178 TLSProxy::Message::SERVER, 181 TLSProxy::Message::SERVER, 185 TLSProxy::Message::SERVER, 189 TLSProxy::Message::SERVER, [all …]
|
D | 70-test_sslmessages.t | 142 TLSProxy::Message::SERVER, 145 TLSProxy::Message::SERVER, 148 TLSProxy::Message::SERVER, 151 TLSProxy::Message::SERVER, 154 TLSProxy::Message::SERVER, 157 TLSProxy::Message::SERVER, 160 TLSProxy::Message::SERVER, 163 TLSProxy::Message::SERVER, 166 TLSProxy::Message::SERVER, 169 TLSProxy::Message::SERVER,
|
D | 70-test_tls13kexmodes.t | 110 TLSProxy::Message::SERVER, 113 TLSProxy::Message::SERVER, 160 TLSProxy::Message::SERVER, 163 TLSProxy::Message::SERVER, 166 TLSProxy::Message::SERVER, 170 TLSProxy::Message::SERVER,
|
/third_party/libcoap/examples/ |
D | oscore_testcases.sh | 56 SERVER=$INDIR/oscore-interop-server 71 SERVER="$OPTARG" 126 $SERVER -E $INDIR/interop/b_server.conf -v8 -p $S_PORT_B > /tmp/server_b 2>&1 & 127 $SERVER -E $INDIR/interop/d_server.conf -v8 -p $S_PORT_D > /tmp/server_d 2>&1 & 128 $SERVER -v8 -p $S_PORT_N > /tmp/server_n 2>&1 & 247 KILL_SERVER=`basename $SERVER`
|
/third_party/node/src/quic/ |
D | tlscontext.cc | 100 case Side::SERVER: { in InitializeSecureContext() 377 case Side::SERVER: { 505 side_ == Side::SERVER in peer_cert() 506 ? crypto::X509Certificate::GetPeerCertificateFlag::SERVER in peer_cert()
|
D | bindingdata.h | 25 SERVER = NGTCP2_CRYPTO_SIDE_SERVER, enumerator
|
D | transportparams.cc | 84 if (config.side == Side::SERVER) { in TransportParams()
|
/third_party/node/src/ |
D | pipe_wrap.cc | 101 NODE_DEFINE_CONSTANT(constants, SERVER); in Initialize() 140 case SERVER: in New()
|
D | pipe_wrap.h | 39 SERVER, enumerator
|
D | tcp_wrap.h | 39 SERVER enumerator
|
D | tcp_wrap.cc | 124 NODE_DEFINE_CONSTANT(constants, SERVER); in Initialize() 166 case SERVER: in New()
|
/third_party/pulseaudio/ |
D | README | 1 PULSEAUDIO SOUND SERVER
|
/third_party/node/benchmark/net/ |
D | tcp-raw-s2c.js | 29 const serverHandle = new TCP(TCPConstants.SERVER);
|
D | tcp-raw-c2s.js | 29 const serverHandle = new TCP(TCPConstants.SERVER);
|
D | tcp-raw-pipe.js | 34 const serverHandle = new TCP(TCPConstants.SERVER);
|
/third_party/ltp/testcases/network/nfsv4/locks/ |
D | README | 41 | NFS SERVER | 52 | a CLIENT TEST | | the SERVER TEST | | a CLIENT TEST |
|
/third_party/libwebsockets/lib/secure-streams/ |
D | README.md | 56 ## Secure Streams SERVER State lifecycle 253 **SERVER ONLY**: if set to `true`, the policy describes a secure streams 274 **SERVER**: If given, the network interface name or IP address the listen socket 277 **SERVER**: If begins with '!', the rest of the endpoint name is the 286 **SERVER**: The port number the server will listen on 396 **SERVER ONLY**: subject to change... the name of the x.509 cert that is the 401 **SERVER ONLY**: subject to change... the name of the x.509 cert that is the 639 ** SERVER **: Name of the subprotocol we will accept
|
/third_party/node/src/crypto/ |
D | crypto_x509.h | 42 SERVER enumerator
|
/third_party/node/lib/ |
D | net.js | 183 is_server ? PipeConstants.SERVER : PipeConstants.SOCKET, 189 is_server ? TCPConstants.SERVER : TCPConstants.SOCKET, 1733 handle = new Pipe(PipeConstants.SERVER); 1741 handle = new TCP(TCPConstants.SERVER);
|
/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/ |
D | Message.pm | 134 SERVER => 1 constant
|
/third_party/openssl/util/perl/TLSProxy/ |
D | Message.pm | 134 SERVER => 1 constant
|
/third_party/libcoap/man/ |
D | coap-oscore-conf.txt.in | 153 EXAMPLE SERVER OSCORE CONFIGURATION FILE
|