Searched refs:SERVER (Results 1 - 21 of 21) sorted by relevance
/third_party/libwebsockets/scripts/ |
H A D | attack.sh | 16 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 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/libcoap/examples/ |
H A D | oscore_testcases.sh | 55 # 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 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()
|
H A D | bindingdata.h | 25 SERVER = NGTCP2_CRYPTO_SIDE_SERVER, member in node::quic::Side
|
H A D | transportparams.cc | 84 if (config.side == Side::SERVER) { in TransportParams()
|
/third_party/node/src/ |
H A D | pipe_wrap.h | 39 SERVER, enumerator
|
H A D | pipe_wrap.cc | 101 NODE_DEFINE_CONSTANT(constants, SERVER); in Initialize() 140 case SERVER: in New()
|
H A D | tcp_wrap.h | 39 SERVER enumerator
|
H A D | tcp_wrap.cc | 124 NODE_DEFINE_CONSTANT(constants, SERVER); in Initialize() 166 case SERVER: in New()
|
H A D | node_http_common.h | 60 V(SERVER, "server") \
|
/third_party/node/benchmark/net/ |
H A D | tcp-raw-s2c.js | 29 const serverHandle = new TCP(TCPConstants.SERVER);
|
H A D | tcp-raw-c2s.js | 29 const serverHandle = new TCP(TCPConstants.SERVER);
|
H A D | tcp-raw-pipe.js | 34 const serverHandle = new TCP(TCPConstants.SERVER);
|
/third_party/node/src/crypto/ |
H A D | crypto_x509.h | 42 SERVER
|
H A D | crypto_x509.cc | 154 static_cast<int>(flag) & static_cast<int>(GetPeerCertificateFlag::SERVER); in GetPeerCert()
|
H A D | crypto_tls.cc | 1620 ? X509Certificate::GetPeerCertificateFlag::SERVER in GetPeerX509Certificate()
|
/third_party/node/lib/ |
H A 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); 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 D | Message.pm | 134 SERVER => 1
|
/third_party/openssl/util/perl/TLSProxy/ |
H A D | Message.pm | 134 SERVER => 1
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
H A D | mod.rs | 428 const SERVER = ffi::SSL_SESS_CACHE_SERVER; consts
|
Completed in 19 milliseconds