Home
last modified time | relevance | path

Searched refs:connect_remote (Results 1 – 5 of 5) sorted by relevance

/external/dropbear/
Ddbutil.h52 int connect_remote(const char* remotehost, const char* remoteport,
Dcli-main.c63 sock = connect_remote(cli_opts.remotehost, cli_opts.remoteport,
Dcli-tcpfwd.c196 sock = connect_remote(iter->connectaddr, portstring, 1, NULL); in newtcpforwarded()
Dsvr-tcpfwd.c267 sock = connect_remote(desthost, portstring, 1, NULL); in newtcpdirect()
Ddbutil.c303 int connect_remote(const char* remotehost, const char* remoteport, in connect_remote() function