/external/dropbear/ |
cli-main.c | 57 cli_opts.remotehost, cli_opts.remoteport)) 63 sock = connect_remote(cli_opts.remotehost, cli_opts.remoteport, 71 len = strlen(cli_opts.remotehost); 75 cli_opts.remotehost, cli_opts.remoteport); 94 cli_opts.username, cli_opts.remotehost,
|
cli-runopts.c | 60 "-L <listenport:remotehost:remoteport> Local port forwarding\n" 64 "-R <listenport:remotehost:remoteport> Remote port forwarding\n" 90 cli_opts.remotehost = NULL; 239 if (cli_opts.remotehost == NULL) { 269 if (cli_opts.remotehost == NULL) { 331 cli_opts.remotehost = strchr(userhostarg, '@'); 332 if (cli_opts.remotehost == NULL) { 335 cli_opts.remotehost = userhostarg; 337 cli_opts.remotehost[0] = '\0'; /* Split the user/host */ 338 cli_opts.remotehost++ [all...] |
session.h | 44 void common_session_init(int sock, char* remotehost); 51 void svr_session(int sock, int childpipe, char *remotehost, char *addrstring); 56 void cli_session(int sock, char *remotehost); 94 unsigned char *remotehost; /* the peer hostname */ member in struct:sshsession
|
runopts.h | 99 char *remotehost; member in struct:cli_runopts
|
cli-kex.c | 124 cli_opts.remotehost, 130 cli_opts.remotehost, 228 hostlen = strlen(cli_opts.remotehost); 247 if (strncmp(cli_opts.remotehost, buf_getptr(line, hostlen), 287 cli_opts.remotehost, 307 buf_putbytes(line, ses.remotehost, hostlen);
|
cli-session.c | 77 void cli_session(int sock, char* remotehost) { 83 common_session_init(sock, remotehost); 287 cli_opts.remotehost, cli_opts.remoteport);
|
svr-session.c | 78 char* remotehost, char *addrstring) { 85 common_session_init(sock, remotehost);
|
dbutil.h | 52 int connect_remote(const char* remotehost, const char* remoteport,
|
cli-authpasswd.c | 125 cli_opts.username, cli_opts.remotehost);
|
common-session.c | 53 void common_session_init(int sock, char* remotehost) { 57 ses.remotehost = remotehost;
|
dbutil.c | 303 int connect_remote(const char* remotehost, const char* remoteport, 320 err = getaddrinfo(remotehost, remoteport, &hints, &res0);
|
svr-chansession.c | 276 ses.remotehost, chansess->tty); 787 ses.remotehost, chansess->tty);
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/ |
service.py | 211 RpcChannel channel = rpcImpl.Channel("remotehost.example.com:1234")
|
/external/protobuf/python/google/protobuf/ |
service.py | 211 RpcChannel channel = rpcImpl.Channel("remotehost.example.com:1234")
|
/external/netperf/ |
nettest_bsd.h | 455 extern void send_exs_tcp_stream(char remotehost[]); 459 extern void sendfile_tcp_stream(char remotehost[]);
|
/prebuilts/python/darwin-x86/2.7.5/bin/ |
smtpd.py | 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]] 34 given then 8025 is used. If remotehost is not given then `localhost' is used, 516 options.remotehost = remotespec[:i] 536 (options.remotehost, options.remoteport))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
smtpd.py | 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]] 34 given then 8025 is used. If remotehost is not given then `localhost' is used, 516 options.remotehost = remotespec[:i] 536 (options.remotehost, options.remoteport))
|
/prebuilts/python/linux-x86/2.7.5/bin/ |
smtpd.py | 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]] 34 given then 8025 is used. If remotehost is not given then `localhost' is used, 516 options.remotehost = remotespec[:i] 536 (options.remotehost, options.remoteport))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
smtpd.py | 4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]] 34 given then 8025 is used. If remotehost is not given then `localhost' is used, 516 options.remotehost = remotespec[:i] 536 (options.remotehost, options.remoteport))
|
/external/clang/www/demo/ |
index.cgi | 71 my $remotehost = $ENV{'REMOTE_ADDR'}; 72 print LOG "[$time] [$remotehost]: $pid\n";
|