Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dmisc.c667 char *hoststr; in put_host_port() local
671 if (asprintf(&hoststr, "[%s]:%d", host, (int)port) == -1) in put_host_port()
673 debug3("put_host_port: %s", hoststr); in put_host_port()
674 return hoststr; in put_host_port()