Home
last modified time | relevance | path

Searched refs:PORT (Results 1 - 25 of 97) sorted by relevance

1234

/third_party/libwebsockets/scripts/
H A Dattack.sh17 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 Dcluster.js3 const PORT = common.PORT;
16 const port = parseInt(process.env.PORT || PORT);
21 process.env.PORT = PORT;
/third_party/node/benchmark/dgram/
H A Darray-vs-concat.js6 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 Dmulti-buffer.js6 const PORT = common.PORT;
34 socket.send(chunk, PORT, '127.0.0.1', onsend);
56 socket.bind(PORT);
H A Doffset-length.js6 const PORT = common.PORT;
30 socket.send(chunk, 0, chunk.length, PORT, '127.0.0.1', onsend);
52 socket.bind(PORT);
H A Dsingle-buffer.js6 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 Dmc_commo.sh42 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 Dtest-net-connect-local-error.js11 port: common.PORT,
13 localPort: common.PORT + 1,
20 port: common.PORT + 2,
21 localPort: common.PORT + 3,
H A Dtest-dgram-implicit-bind-failure.js32 socket.send('foobar', common.PORT, 'localhost');
35 socket.send('foobar', common.PORT, 'localhost');
39 socket.send('foobar', common.PORT, 'localhost');
H A Dtest-tls-psk-client.js21 '-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 Dnet-c2s-cork.js6 const PORT = common.PORT;
41 server.listen(PORT, () => {
42 const socket = net.connect(PORT);
H A Dnet-s2c.js5 const PORT = common.PORT;
47 socketOpts = { port: PORT };
63 port: PORT,
78 server.listen(PORT, () => {
H A Dnet-pipe.js6 const PORT = common.PORT;
44 server.listen(PORT, () => {
45 const socket = net.connect(PORT);
H A Dnet-c2s.js6 const PORT = common.PORT;
44 server.listen(PORT, () => {
45 const socket = net.connect(PORT);
H A Dtcp-raw-s2c.js27 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 Dtcp-raw-c2s.js27 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 Dtcp-raw-pipe.js27 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 Dcompat.sh624 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 Dget-host-info.sub.js13 var PORT = IS_HTTPS ? HTTPS_PORT : HTTP_PORT;
29 PORT: PORT,
/third_party/curl/tests/
H A Dservers.pm122 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 Dsend.c28 #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 Dthroughput-s2c.js49 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 Dtest_termination.c26 #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 Dtest-dgram-broadcast-multi-process.js174 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 Dserve.py10 PORT = 8000 variable
19 httpd = socketserver.TCPServer(("", PORT), Handler)

Completed in 8 milliseconds

1234