Home
last modified time | relevance | path

Searched refs:SERVER (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/libwebsockets/scripts/
Dattack.sh16 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 …]
Dautobahn-test-server.sh80 echo -n "AUTOBAHN CLIENT / LWS SERVER: Total tests: " `cat /tmp/jis | wc -l` " : "
/third_party/ltp/testcases/network/rpc/rpc-tirpc/
Drpc_test.sh6 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/
D70-test_tls13messages.t112 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 …]
D70-test_sslmessages.t142 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,
D70-test_tls13kexmodes.t110 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/
Doscore_testcases.sh56 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/
Dtlscontext.cc100 case Side::SERVER: { in InitializeSecureContext()
377 case Side::SERVER: {
505 side_ == Side::SERVER in peer_cert()
506 ? crypto::X509Certificate::GetPeerCertificateFlag::SERVER in peer_cert()
Dbindingdata.h25 SERVER = NGTCP2_CRYPTO_SIDE_SERVER, enumerator
Dtransportparams.cc84 if (config.side == Side::SERVER) { in TransportParams()
/third_party/node/src/
Dpipe_wrap.cc101 NODE_DEFINE_CONSTANT(constants, SERVER); in Initialize()
140 case SERVER: in New()
Dpipe_wrap.h39 SERVER, enumerator
Dtcp_wrap.h39 SERVER enumerator
Dtcp_wrap.cc124 NODE_DEFINE_CONSTANT(constants, SERVER); in Initialize()
166 case SERVER: in New()
/third_party/pulseaudio/
DREADME1 PULSEAUDIO SOUND SERVER
/third_party/node/benchmark/net/
Dtcp-raw-s2c.js29 const serverHandle = new TCP(TCPConstants.SERVER);
Dtcp-raw-c2s.js29 const serverHandle = new TCP(TCPConstants.SERVER);
Dtcp-raw-pipe.js34 const serverHandle = new TCP(TCPConstants.SERVER);
/third_party/ltp/testcases/network/nfsv4/locks/
DREADME41 | NFS SERVER |
52 | a CLIENT TEST | | the SERVER TEST | | a CLIENT TEST |
/third_party/libwebsockets/lib/secure-streams/
DREADME.md56 ## 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/
Dcrypto_x509.h42 SERVER enumerator
/third_party/node/lib/
Dnet.js183 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/
DMessage.pm134 SERVER => 1 constant
/third_party/openssl/util/perl/TLSProxy/
DMessage.pm134 SERVER => 1 constant
/third_party/libcoap/man/
Dcoap-oscore-conf.txt.in153 EXAMPLE SERVER OSCORE CONFIGURATION FILE

1234