HomeSort by relevance Sort by last modified time
    Searched refs:put_host_port (Results 1 - 4 of 4) sorted by null

  /external/openssh/
misc.h 46 char *put_host_port(const char *, u_short);
sshconnect.c 774 *hostfile_ipaddr = put_host_port(ntop, port);
792 *hostfile_hostname = put_host_port(hostname, port);
    [all...]
ssh-keyscan.c 309 hostport = put_host_port(host, ssh_port);
misc.c 366 put_host_port(const char *host, u_short port) function
373 fatal("put_host_port: asprintf: %s", strerror(errno));
374 debug3("put_host_port: %s", hoststr);

Completed in 483 milliseconds