Searched refs:remotehost (Results 1 – 14 of 14) sorted by relevance
/external/dropbear/ |
D | 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,
|
D | cli-runopts.c | 90 cli_opts.remotehost = NULL; in cli_getopts() 239 if (cli_opts.remotehost == NULL) { in cli_getopts() 269 if (cli_opts.remotehost == NULL) { in cli_getopts() 331 cli_opts.remotehost = strchr(userhostarg, '@'); in parsehostname() 332 if (cli_opts.remotehost == NULL) { in parsehostname() 335 cli_opts.remotehost = userhostarg; in parsehostname() 337 cli_opts.remotehost[0] = '\0'; /* Split the user/host */ in parsehostname() 338 cli_opts.remotehost++; in parsehostname() 353 if (cli_opts.remotehost[0] == '\0') { in parsehostname()
|
D | 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
|
D | cli-kex.c | 124 cli_opts.remotehost, in ask_to_confirm() 130 cli_opts.remotehost, in ask_to_confirm() 228 hostlen = strlen(cli_opts.remotehost); in checkhostkey() 247 if (strncmp(cli_opts.remotehost, buf_getptr(line, hostlen), in checkhostkey() 287 cli_opts.remotehost, in checkhostkey() 307 buf_putbytes(line, ses.remotehost, hostlen); in checkhostkey()
|
D | cli-session.c | 77 void cli_session(int sock, char* remotehost) { in cli_session() argument 83 common_session_init(sock, remotehost); in cli_session() 287 cli_opts.remotehost, cli_opts.remoteport); in cli_finished()
|
D | common-session.c | 53 void common_session_init(int sock, char* remotehost) { in common_session_init() argument 57 ses.remotehost = remotehost; in common_session_init()
|
D | svr-session.c | 78 char* remotehost, char *addrstring) { in svr_session() argument 85 common_session_init(sock, remotehost); in svr_session()
|
D | runopts.h | 99 char *remotehost; member
|
D | dbutil.h | 52 int connect_remote(const char* remotehost, const char* remoteport,
|
D | cli-authpasswd.c | 125 cli_opts.username, cli_opts.remotehost); in cli_auth_password()
|
D | dbutil.c | 303 int connect_remote(const char* remotehost, const char* remoteport, in connect_remote() argument 320 err = getaddrinfo(remotehost, remoteport, &hints, &res0); in connect_remote()
|
D | svr-chansession.c | 276 ses.remotehost, chansess->tty); in closechansess() 787 ses.remotehost, chansess->tty); in ptycommand()
|
/external/netperf/ |
D | nettest_bsd.h | 455 extern void send_exs_tcp_stream(char remotehost[]); 459 extern void sendfile_tcp_stream(char remotehost[]);
|
/external/clang/www/demo/ |
D | index.cgi | 71 my $remotehost = $ENV{'REMOTE_ADDR'}; 72 print LOG "[$time] [$remotehost]: $pid\n";
|