Home | History | Annotate | Download | only in openssh

Lines Matching defs:remote

6  * Functions for returning the canonical host name of the remote site.
243 * Returns the local/remote IP-address/hostname of socket as a string.
247 get_socket_address(int sock, int remote, int flags)
258 if (remote) {
334 * Returns the IP-address of the remote host as a string. The returned
359 static const char *remote = "";
361 remote = get_canonical_hostname(use_dns);
362 if (utmp_len == 0 || strlen(remote) > utmp_len)
363 remote = get_remote_ipaddr();
364 return remote;
367 /* Returns the local/remote port for the socket. */
404 /* Returns remote/local port number for the current connection. */