/external/openssh/regress/ |
D | forwarding.sh | 10 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 …]
|
D | cfgmatch.sh | 8 fwd="-L $fwdport:127.0.0.1:$PORT" 78 echon 'permitopen="127.0.0.1:'$PORT'" ' >$OBJ/authorized_keys_$USER 80 echon 'permitopen="127.0.0.1:'$PORT'" ' >>$OBJ/authorized_keys_$USER
|
D | test-exec.sh | 18 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"
|
D | ssh2putty.sh | 10 PORT=$2 33 echo "rsa2@$PORT:$HOST $public_exponent,$modulus"
|
D | login-timeout.sh | 11 (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 &
|
D | ssh-com-client.sh | 48 HK=${OBJ}/${USER}/hostkeys/key_${PORT}_127.0.0.1 56 Port ${PORT}
|
D | keyscan.sh | 13 ${SSHKEYSCAN} -t $t -p $PORT 127.0.0.1 127.0.0.1 127.0.0.1 \
|
D | dynamic-forward.sh | 6 FWDPORT=`expr $PORT + 1`
|
D | conch-ciphers.sh | 22 ${CONCH} --identity $OBJ/rsa --port $PORT --user $USER -e none \
|
/external/webkit/Source/cmake/ |
D | WebKitPackaging.cmake | 5 # - CPACK_PACKAGE_NAME to WebKit-${PORT} 21 SET(CPACK_PACKAGE_NAME WebKit-${PORT}) 151 LIST(FIND FILE_PATTERNS_${PORT} ${_pattern} _pattern_index) 153 MESSAGE("pattern ${_pattern} declared of 'no-port' is actually used by ${PORT}") 161 IF(NOT ${_port} STREQUAL ${PORT}) 164 LIST(FIND FILE_PATTERNS_${PORT} ${_pattern} _pattern_index) 166 MESSAGE("pattern ${_pattern} of port ${_port} is also used by ${PORT}")
|
/external/webkit/Source/ |
D | CMakeLists.txt | 28 SET(PORT "NOPORT" CACHE STRING "choose which WebKit port to build (one of ${ALL_PORTS})") variable 30 LIST(FIND ALL_PORTS ${PORT} RET) 74 # Default target names (can be overrriden in Options${PORT}.cmake file) 103 INCLUDE(Options${PORT}) 120 INCLUDE_IF_EXISTS(${TOOLS_DIR}/CMakeLists${PORT}.txt)
|
/external/ipsec-tools/src/libipsec/ |
D | policy_parse.h | 53 PORT = 269, enumerator 72 #define PORT 269 macro
|
D | policy_parse.y | 142 %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/ |
D | TestChatServer.java | 51 public static final int PORT = 5110; field in TestChatServer 64 Server server = Network.createServer(NAME, VERSION, PORT, UDP_PORT); in main()
|
/external/qemu/telephony/ |
D | test2.c | 18 #define PORT 8000 macro 206 server_channel = sys_channel_create_tcp_server( PORT ); in main() 207 printf( "listening on port %d with %p\n", PORT, server_channel ); in main()
|
/external/mdnsresponder/mDNSShared/ |
D | dnsextd_parser.y | 104 %token PORT 174 LISTEN_ON PORT NUMBER addresscontent 182 NAMESERVER ADDRESS networkaddress PORT NUMBER 186 PRIVATE PORT NUMBER 191 LLQ PORT NUMBER
|
D | dnsextd_lexer.l | 58 port return PORT;
|
/external/webkit/Source/WebKit/ |
D | CMakeLists.txt | 64 STRING(TOLOWER ${PORT} WEBKIT_PORT_DIR) 65 INCLUDE_IF_EXISTS(${WEBKIT_DIR}/${WEBKIT_PORT_DIR}/CMakeLists${PORT}.txt)
|
/external/libpcap/ |
D | tokdefs.h | 38 PORT = 264, enumerator 142 #define PORT 264 macro
|
/external/webkit/Source/JavaScriptCore/shell/ |
D | CMakeLists.txt | 12 INCLUDE_IF_EXISTS(${JAVASCRIPTCORE_DIR}/shell/CMakeLists${PORT}.txt)
|
/external/ipsec-tools/src/racoon/ |
D | cfparse.h | 170 PORT = 386, enumerator 335 #define PORT 386 macro
|
/external/openssl/apps/ |
D | s_apps.h | 147 #define PORT 4433 macro
|
/external/chromium/googleurl/src/ |
D | url_parse.cc | 607 if (type < PORT || (type == PORT && include_delimiter)) in CountCharactersBefore() 609 if (type == PORT) in CountCharactersBefore()
|
D | url_parse_unittest.cc | 184 {"http://u:p@h:8/p?q#r", Parsed::PORT, true, 12}, in TEST() 185 {"http://u:p@h:8/p?q#r", Parsed::PORT, false, 13}, in TEST() 197 {"http://u:p@h/", Parsed::PORT, true, 12}, in TEST()
|
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/ |
D | SelectorTest.java | 45 private static final int PORT = Support_PortManager.getNextPort(); field in SelectorTest 48 "127.0.0.1", PORT); 63 InetSocketAddress address = new InetSocketAddress(PORT); in setUp()
|