/third_party/libwebsockets/scripts/ |
H A D | attack.sh | 17 PORT=7681 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 --port $PORT [all...] |
/third_party/node/benchmark/http/ |
H A D | cluster.js | 3 const PORT = common.PORT; 16 const port = parseInt(process.env.PORT || PORT); 21 process.env.PORT = PORT;
|
/third_party/node/benchmark/dgram/ |
H A D | array-vs-concat.js | 6 const PORT = common.PORT; 36 socket.send(Buffer.concat(chunk), PORT, '127.0.0.1', onsend); 48 socket.send(chunk, PORT, '127.0.0.1', onsend); 66 socket.bind(PORT);
|
H A D | multi-buffer.js | 6 const PORT = common.PORT; 34 socket.send(chunk, PORT, '127.0.0.1', onsend); 56 socket.bind(PORT);
|
H A D | offset-length.js | 6 const PORT = common.PORT; 30 socket.send(chunk, 0, chunk.length, PORT, '127.0.0.1', onsend); 52 socket.bind(PORT);
|
H A D | single-buffer.js | 6 const PORT = common.PORT; 30 socket.send(chunk, PORT, '127.0.0.1', onsend); 52 socket.bind(PORT);
|
/third_party/ltp/testcases/network/multicast/mc_commo/ |
H A D | mc_commo.sh | 42 PORT=$(tst_get_unused_port ipv4 dgram) 50 tst_resm TINFO "Start mc_recv $GROUP_ADDR $(tst_ipaddr) $PORT" 51 mc_recv $GROUP_ADDR $(tst_ipaddr) $PORT >> $OUTFILE & 64 "$(tst_ipaddr rhost) $PORT $TTL" 66 tst_rhost_run -b -c "mc_send $GROUP_ADDR $(tst_ipaddr rhost) $PORT $TTL"
|
/third_party/node/test/sequential/ |
H A D | test-net-connect-local-error.js | 11 port: common.PORT, 13 localPort: common.PORT + 1, 20 port: common.PORT + 2, 21 localPort: common.PORT + 3,
|
H A D | test-dgram-implicit-bind-failure.js | 32 socket.send('foobar', common.PORT, 'localhost'); 35 socket.send('foobar', common.PORT, 'localhost'); 39 socket.send('foobar', common.PORT, 'localhost');
|
H A D | test-tls-psk-client.js | 21 '-accept', common.PORT, 52 const socket = net.connect(common.PORT, () => { 66 waitForPort(common.PORT, common.mustCall((err) => { 84 const s = tls.connect(common.PORT, {
|
/third_party/node/benchmark/net/ |
H A D | net-c2s-cork.js | 6 const PORT = common.PORT; 41 server.listen(PORT, () => { 42 const socket = net.connect(PORT);
|
H A D | net-s2c.js | 5 const PORT = common.PORT; 47 socketOpts = { port: PORT }; 63 port: PORT, 78 server.listen(PORT, () => {
|
H A D | net-pipe.js | 6 const PORT = common.PORT; 44 server.listen(PORT, () => { 45 const socket = net.connect(PORT);
|
H A D | net-c2s.js | 6 const PORT = common.PORT; 44 server.listen(PORT, () => { 45 const socket = net.connect(PORT);
|
H A D | tcp-raw-s2c.js | 27 const PORT = common.PORT; 30 let err = serverHandle.bind('127.0.0.1', PORT); 106 const err = clientHandle.connect(connectReq, '127.0.0.1', PORT);
|
H A D | tcp-raw-c2s.js | 27 const PORT = common.PORT; 30 let err = serverHandle.bind('127.0.0.1', PORT); 90 const err = clientHandle.connect(connectReq, '127.0.0.1', PORT);
|
H A D | tcp-raw-pipe.js | 27 const PORT = common.PORT; 35 let err = serverHandle.bind('127.0.0.1', PORT); 89 err = clientHandle.connect(connectReq, '127.0.0.1', PORT);
|
/third_party/mbedtls/tests/ |
H A D | compat.sh | 624 M_SERVER_ARGS="server_port=$PORT server_addr=0.0.0.0 force_version=$MODE" 625 O_SERVER_ARGS="-accept $PORT -cipher ALL,COMPLEMENTOFALL -$O_MODE" 626 G_SERVER_ARGS="-p $PORT --http $G_MODE" 649 M_CLIENT_ARGS="server_port=$PORT server_addr=127.0.0.1 force_version=$MODE" 650 O_CLIENT_ARGS="-connect localhost:$PORT -$O_MODE" 651 G_CLIENT_ARGS="-p $PORT --debug 3 $G_MODE" 811 wait_server_start "$PORT" "$SRV_PID" 1078 PORT="0000$$" 1079 PORT="1$(echo $PORT | tai [all...] |
/third_party/node/test/fixtures/wpt/common/ |
H A D | get-host-info.sub.js | 13 var PORT = IS_HTTPS ? HTTPS_PORT : HTTP_PORT; 29 PORT: PORT,
|
/third_party/curl/tests/ |
H A D | servers.pm | 122 my %PORT = (nolisten => 47); # port we use for a local non-listening service 438 return $PORT{$proto} || "[not running]"; 1542 $PORT{$proto . ($ipvnum == 6? '6': '')} = $port; 1937 $PORT{"mqtt"} = $mqttport; 1940 logmsg "RUN: $srvrname server is now running PID $pid2 on PORT $mqttport\n"; 2382 ($serr, $pid, $pid2, $PORT{'gopher'}) = 2401 ($serr, $pid, $pid2, $PORT{"gopher6"}) = 2413 ($serr, $pid, $pid2, $PORT{"http3"}) = runhttp3server($verbose); 2424 ($serr, $pid, $pid2, $PORT{"http2"}, $PORT{"http2tl [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | send.c | 28 #define PORT 2288 macro 48 srvAddr.sin_port = htons(PORT); in SampleServerTask() 80 srvAddr.sin_port = htons(PORT); in SampleClientTask() 106 srvAddr.sin_port = htons(PORT); in SampleServerNullTask() 134 srvAddr.sin_port = htons(PORT); in SampleClientNullTask()
|
/third_party/node/benchmark/tls/ |
H A D | throughput-s2c.js | 49 socketOpts = { port: common.PORT, rejectUnauthorized: false }; 65 port: common.PORT, 88 server.listen(common.PORT, () => {
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_termination.c | 26 #define PORT 12345 macro 95 PORT, in main() 108 sprintf (url, "http://127.0.0.1:%d", PORT); in main()
|
/third_party/node/test/internet/ |
H A D | test-dgram-broadcast-multi-process.js | 174 sendSocket.bind(common.PORT, bindAddress); 197 common.PORT, 203 LOCAL_BROADCAST_HOST, common.PORT); 252 listenSocket.bind(common.PORT);
|
/third_party/skia/specs/web-img-decode/proposed/ |
H A D | serve.py | 10 PORT = 8000 variable 19 httpd = socketserver.TCPServer(("", PORT), Handler)
|