Home | History | Annotate | Download | only in openssh

Lines Matching defs:host

6  * Functions for returning the canonical host name of the remote site.
43 * Return the canonical name of the host at the other end of the socket. The
79 /* Map the IP address to a host name. */
82 /* Host name not found. Use ip address. */
106 * address actually is an address of this host. This is
131 /* Address not found for the host name. */
205 * Return the canonical name of the host in the other side of the current
206 * connection. The host name is cached, so it is efficient to call this
213 char *host;
225 host = get_remote_hostname(packet_get_connection_in(), use_dns);
227 host = "UNKNOWN";
230 canonical_host_name = host;
232 remote_ip = host;
233 return host;
311 char *host, myname[NI_MAXHOST];
314 if ((host = get_socket_address(fd, 0, NI_NAMEREQD)) != NULL)
315 return host;
321 host = xstrdup(myname);
324 return host;
336 * Returns the IP-address of the remote host as a string. The returned