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

12

/external/openssh/regress/
H A Dforwarding.sh10 last=$PORT
42 -$d ${base}01:127.0.0.1:$PORT \
43 -$d ${base}02:127.0.0.1:$PORT \
44 -$d ${base}03:127.0.0.1:$PORT \
45 -$d ${base}04:127.0.0.1:$PORT \
52 -$d ${base}01:127.0.0.1:$PORT \
53 -$d ${base}02:127.0.0.1:$PORT \
54 -$d ${base}03:127.0.0.1:$PORT \
55 -$d ${base}01:127.0.0.1:$PORT \
56 -$d ${base}04:127.0.0.1:$PORT \
[all...]
H A Dssh2putty.sh10 PORT=$2
33 echo "rsa2@$PORT:$HOST $public_exponent,$modulus"
H A Dkeyscan.sh13 ${SSHKEYSCAN} -t $t -p $PORT 127.0.0.1 127.0.0.1 127.0.0.1 \
H A Dlogin-timeout.sh11 (echo SSH-2.0-fake; sleep 60) | telnet 127.0.0.1 ${PORT} >/dev/null 2>&1 &
24 (echo SSH-2.0-fake; sleep 60) | telnet 127.0.0.1 ${PORT} >/dev/null 2>&1 &
H A Dcfgmatch.sh8 fwd="-L $fwdport:127.0.0.1:$PORT"
49 echo "PermitOpen 127.0.0.1:$PORT" >>$OBJ/sshd_config
53 echo "PermitOpen 127.0.0.1:$PORT" >>$OBJ/sshd_proxy
78 echon 'permitopen="127.0.0.1:'$PORT'" ' >$OBJ/authorized_keys_$USER
80 echon 'permitopen="127.0.0.1:'$PORT'" ' >>$OBJ/authorized_keys_$USER
101 echo "PermitOpen 127.0.0.1:1 127.0.0.1:$PORT 127.0.0.2:2" >>$OBJ/sshd_proxy
115 echo "PermitOpen 127.0.0.1:1 127.0.0.1:$PORT 127.0.0.2:2" >>$OBJ/sshd_proxy
H A Ddynamic-forward.sh6 FWDPORT=`expr $PORT + 1`
45 -o "ProxyCommand ${proxycmd}${s} $h $PORT" \
H A Dconch-ciphers.sh22 ${CONCH} --identity $OBJ/rsa --port $PORT --user $USER -e none \
H A Dtest-exec.sh18 PORT="$TEST_SSH_PORT"
20 PORT=4242
185 fatal "sshd didn't exit port $PORT pid $pid"
248 Port $PORT
278 Port $PORT
351 ${SRC}/ssh2putty.sh 127.0.0.1 $PORT $OBJ/rsa > \
360 echo "PortNumber=$PORT" >> ${OBJ}/.putty/sessions/localhost_proxy
389 test -f $PIDFILE || fatal "no sshd running on port $PORT"
H A Dssh-com-client.sh48 HK=${OBJ}/${USER}/hostkeys/key_${PORT}_127.0.0.1
56 Port ${PORT}
/external/ipsec-tools/src/libipsec/
H A Dpolicy_parse.h53 PORT = 269, enumerator in enum:yytokentype
72 #define PORT 269 macro
H A Dpolicy_parse.y142 %token ACTION PROTOCOL MODE LEVEL LEVEL_SPECIFY IPADDRESS PORT
146 %type <val> IPADDRESS LEVEL_SPECIFY PORT
334 | IPADDRESS PORT {
340 IPADDRESS PORT {
/external/jmonkeyengine/engine/src/test/jme3test/network/
H A DTestChatServer.java51 public static final int PORT = 5110; field in class:TestChatServer
64 Server server = Network.createServer(NAME, VERSION, PORT, UDP_PORT);
H A DTestChatClient.java91 host, TestChatServer.PORT, TestChatServer.UDP_PORT);
/external/qemu/telephony/
H A Dtest2.c18 #define PORT 8000 macro
206 server_channel = sys_channel_create_tcp_server( PORT );
207 printf( "listening on port %d with %p\n", PORT, server_channel );
/external/mdnsresponder/mDNSShared/
H A Ddnsextd_lexer.l58 port return PORT;
H A Ddnsextd_parser.y104 %token PORT
174 LISTEN_ON PORT NUMBER addresscontent
182 NAMESERVER ADDRESS networkaddress PORT NUMBER
186 PRIVATE PORT NUMBER
191 LLQ PORT NUMBER
/external/chromium_org/tools/measure_page_load_time/ie_bho/
H A DMeasurePageLoadTimeBHO.cpp16 #define PORT 42492 // port to listen on. Also jhaas's macro
120 addrBind.sin_port = htons(PORT);
/external/chromium_org/tools/site_compare/utils/
H A Dbrowser_iterate.py30 PORT = 42492 variable
94 s.connect(("localhost", PORT))
/external/libpcap/
H A Dtokdefs.h38 PORT = 264, enumerator in enum:yytokentype
142 #define PORT 264 macro
/external/chromium_org/third_party/openssl/openssl/apps/
H A Ds_apps.h147 #define PORT 4433 macro
/external/openssl/apps/
H A Ds_apps.h147 #define PORT 4433 macro
/external/chromium/googleurl/src/
H A Durl_parse.h116 PORT, enumerator in enum:url_parse::Parsed::ComponentType
154 // *PORT: 10 11 <-
H A Durl_parse.cc607 if (type < PORT || (type == PORT && include_delimiter))
609 if (type == PORT)
/external/ipsec-tools/src/racoon/
H A Dcfparse.h170 PORT = 386, enumerator in enum:yytokentype
335 #define PORT 386 macro
/external/chromium_org/url/third_party/mozilla/
H A Durl_parse.h91 PORT, enumerator in enum:url_parse::Parsed::ComponentType
133 // *PORT: 10 11 <-

Completed in 1457 milliseconds

12