Searched refs:connect_remote (Results 1 – 5 of 5) sorted by relevance
/external/dropbear/ |
D | dbutil.h | 52 int connect_remote(const char* remotehost, const char* remoteport,
|
D | cli-main.c | 63 sock = connect_remote(cli_opts.remotehost, cli_opts.remoteport,
|
D | cli-tcpfwd.c | 196 sock = connect_remote(iter->connectaddr, portstring, 1, NULL); in newtcpforwarded()
|
D | svr-tcpfwd.c | 267 sock = connect_remote(desthost, portstring, 1, NULL); in newtcpdirect()
|
D | dbutil.c | 303 int connect_remote(const char* remotehost, const char* remoteport, in connect_remote() function
|