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

/freebsd-10.0-release/crypto/openssh/
H A Dmisc.h28 char *put_host_port(const char *, u_short);
H A Dsshconnect.c714 *hostfile_ipaddr = put_host_port(ntop, port);
732 *hostfile_hostname = put_host_port(hostname, port);
H A Dssh_namespace.h425 #define put_host_port ssh_put_host_port macro
H A Dmisc.c365 put_host_port(const char *host, u_short port) function
372 fatal("put_host_port: asprintf: %s", strerror(errno));
373 debug3("put_host_port: %s", hoststr);

Completed in 94 milliseconds