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

/freebsd-10-stable/crypto/openssh/
H A Dmisc.h48 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 Dssh_namespace.h532 #define put_host_port Fssh_put_host_port macro
H A Dssh-keyscan.c331 hostport = put_host_port(host, ssh_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);

Completed in 70 milliseconds