Searched refs:put_host_port (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/crypto/openssh/
H A Dmisc.h46 char *put_host_port(const char *, u_short);
H A Dsshconnect.c778 *hostfile_ipaddr = put_host_port(ntop, port);
796 *hostfile_hostname = put_host_port(hostname, port);
H A Dmisc.c367 put_host_port(const char *host, u_short port) function
374 fatal("put_host_port: asprintf: %s", strerror(errno));
375 debug3("put_host_port: %s", hoststr);
H A Dssh-keyscan.c328 hostport = put_host_port(host, ssh_port);
H A Dssh_namespace.h530 #define put_host_port Fssh_put_host_port macro

Completed in 111 milliseconds