/external/chromium-trace/trace-viewer/third_party/Paste/tests/ |
test_httpserver.py | 41 wsgi_handler.headers = email.message_from_string('Host: host1\nHost: host2') 45 assert wsgi_handler.wsgi_environ['HTTP_HOST'] == 'host1,host2'
|
/external/libvncserver/x11vnc/ |
inet.c | 752 char service[32], *host2, *q; local 775 host2 = strdup("::1"); 777 host2 = strdup(host+1); 779 host2 = strdup(host); 781 q = strrchr(host2, ']'); 786 err = getaddrinfo(host2, service, &hints, &ai); 790 err = getaddrinfo(host2, service, &hints, &ai); 792 free(host2); 867 char *q, *host2; local 869 host2 = strdup(host+1) [all...] |
appshare.c | 186 " viewing hosts via: -connect host1,host2,host3 or add/remove them\n" [all...] |
ChangeLog | 418 -shared under -connect host1,host2,... Fix bug in -display [all...] |
help.c | [all...] |
user.c | 1544 /* reset to host2,host3,... */ [all...] |
x11vnc.1 | 653 E.g. \fB-connect\fR host1,host2 or host1:0,host2:5678. 808 E.g.: http://host1:port1,socks5://host2:port2 or three 841 \fB-allow\fR \fIhost1[,host2..]\fR [all...] |
/external/lldb/test/pexpect-2.4/examples/ |
passmass.py | 3 """Change passwords on the named machines. passmass host1 host2 host3 . . . 9 USAGE = '''passmass host1 host2 host3 . . .'''
|
hive.py | 13 $ hive.py --sameuser --samepass host1.example.com host2.example.net 17 connecting to host2.example.net - OK 26 host2.example.net 36 hive.py host1 host2 host3 ... hostN 41 hive.py --sameuser --samepass host1 host2 host3 ... hostN 45 hive.py user1:pass2@host1 user2:pass2@host2 ... userN:passN@hostN
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/ |
stunnel-client.conf | 42 # connect = HOST2:PORT2
|
/external/libvncserver/VisualNaCro/ |
README | 32 connect with a vncviewer of your choice to <host2>:23, where <host2>
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/ |
PortParser.java | 90 byte host2 = parseByte(parameters[1]);
94 byte[] address = {host1, host2, host3, host4};
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/ |
PortCommandHandler.java | 95 byte host2 = parseByte(parameters[1]);
99 byte[] address = { host1, host2, host3, host4 };
|
/external/ppp/pppd/plugins/radius/ |
config.c | 458 char *host2; local 517 host2 = strtok (NULL, " "); 518 if (find_match (ip_addr, host2) == 0)
|
/libcore/luni/src/test/java/libcore/java/net/ |
URITest.java | 330 assertEquals("http://host2/d/e", base.resolve("http://host2/d/e").toString()); 331 assertEquals("https://host2/d/e", base.resolve("https://host2/d/e").toString()); 336 assertEquals("https://host2/d/e", base.resolve("https://host2/d/e").toString());
|
URLTest.java | 432 assertEquals("http://host2/d/e", new URL(base, "http://host2/d/e").toString()); 433 assertEquals("https://host2/d/e", new URL(base, "https://host2/d/e").toString()); 438 assertEquals("https://host2/d/e", new URL(base, "https://host2/d/e").toString());
|
/external/openssh/ |
scp.0 | 9 [[user@]host1:]file1 ... [[user@]host2:]file2
|
scp.1 | 40 .Ar host2 :
|
scp.c | 1241 " [[user@]host1:]file1 ... [[user@]host2:]file2\n");
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
HttpUrlTest.java | 96 assertEquals(HttpUrl.parse("http://host2/"), base.resolve("//host2"));
|
/external/iputils/doc/ |
ping.sgml | 381 <replaceable/tsprespec host1 [host2 [host3 [host4]]]/
|
/external/libvncserver/x11vnc/misc/ |
connect_switch | 297 # host2 vncdisp
|
/external/libvncserver/webclients/java-applet/ssl/ |
ss_vncviewer | 54 # For the "double proxy" case use -proxy host1:port1,host2:port2 55 # (the first CONNECT is done through host1:port1 to host2:port2 92 # [user1@]host1[:port1],[user2@]host2[:port2] 95 # ssh is established to host2. [all...] |
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ |
ss_vncviewer | 54 # For the "double proxy" case use -proxy host1:port1,host2:port2 55 # (the first CONNECT is done through host1:port1 to host2:port2 92 # [user1@]host1[:port1],[user2@]host2[:port2] 95 # ssh is established to host2. [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
URLTest.java | [all...] |