Home
last modified time | relevance | path

Searched refs:SERVER (Results 1 - 21 of 21) sorted by relevance

/third_party/libwebsockets/scripts/
H A Dattack.sh16 SERVER=127.0.0.1
147 echo -n -e "GET /cgi-bin/settingsjs?UPDATE_SETTINGS=1&Root_Channels_1_Channel_name_http_post=%3F&Root_Channels_1_Channel_location_http_post=%3F HTTP/1.0\x0d\x0a\x0d\x0a" | $LWS_NC --server $SERVER --port $PORT 2>/dev/null | sed '1,/^\r$/d'> /tmp/lwscap
157 echo -n -e "GET /cgi-bin/settings.js?key1=value1 HTTP/1.0\x0d\x0a\x0d\x0a" | $LWS_NC --server $SERVER --port $PORT 2>/dev/null | sed '1,/^\r$/d'> /tmp/lwscap
164 echo -n -e "GET /t%3dest?key1%3d2=value1 HTTP/1.0\x0d\x0a\x0d\x0a" | $LWS_NC --server $SERVER --port $PORT 2>/dev/null | sed '1,/^\r$/d'> /tmp/lwscap
172 echo -n -e "GET %2f%2e%2e%2f%2e./xxtest.html?arg=1 HTTP/1.0\x0d\x0a\x0d\x0a" | $LWS_NC --server $SERVER --port $PORT 2>/dev/null | sed '1,/^\r$/d'> /tmp/lwscap
179 echo -n -e "GET %2f%2e%2e%2f%2e./xxtest.html?arg=/../. HTTP/1.0\x0d\x0a\x0d\x0a" | $LWS_NC --server $SERVER --port $PORT 2>/dev/null | sed '1,/^\r$/d'> /tmp/lwscap
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 > /tmp/lwscap
195 dd if=/dev/urandom bs=1 count=655360 | $LWS_NC --server $SERVER --port $PORT 2>/dev/null > /tmp/lwscap
201 | $LWS_NC --server $SERVER
[all...]
/third_party/ltp/testcases/network/rpc/rpc-tirpc/
H A 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/libcoap/examples/
H A Doscore_testcases.sh55 # SERVER app
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/
H A 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()
H A Dbindingdata.h25 SERVER = NGTCP2_CRYPTO_SIDE_SERVER, member in node::quic::Side
H A Dtransportparams.cc84 if (config.side == Side::SERVER) { in TransportParams()
/third_party/node/src/
H A Dpipe_wrap.h39 SERVER, enumerator
H A Dpipe_wrap.cc101 NODE_DEFINE_CONSTANT(constants, SERVER); in Initialize()
140 case SERVER: in New()
H A Dtcp_wrap.h39 SERVER enumerator
H A Dtcp_wrap.cc124 NODE_DEFINE_CONSTANT(constants, SERVER); in Initialize()
166 case SERVER: in New()
H A Dnode_http_common.h60 V(SERVER, "server") \
/third_party/node/benchmark/net/
H A Dtcp-raw-s2c.js29 const serverHandle = new TCP(TCPConstants.SERVER);
H A Dtcp-raw-c2s.js29 const serverHandle = new TCP(TCPConstants.SERVER);
H A Dtcp-raw-pipe.js34 const serverHandle = new TCP(TCPConstants.SERVER);
/third_party/node/src/crypto/
H A Dcrypto_x509.h42 SERVER
H A Dcrypto_x509.cc154 static_cast<int>(flag) & static_cast<int>(GetPeerCertificateFlag::SERVER); in GetPeerCert()
H A Dcrypto_tls.cc1620 ? X509Certificate::GetPeerCertificateFlag::SERVER in GetPeerX509Certificate()
/third_party/node/lib/
H A 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);
2204 debug('SERVER _emitCloseIfDrained');
2207 debug('SERVER handle? %j connections? %d',
2220 debug('SERVER: emit close');
/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/
H A DMessage.pm134 SERVER => 1
/third_party/openssl/util/perl/TLSProxy/
H A DMessage.pm134 SERVER => 1
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs428 const SERVER = ffi::SSL_SESS_CACHE_SERVER; consts

Completed in 19 milliseconds