Home | History | Annotate | Download | only in openssh

Lines Matching refs:remote

6  * Functions for returning the canonical host name of the remote site.
237 * Returns the local/remote IP-address/hostname of socket as a string.
241 get_socket_address(int sock, int remote, int flags)
252 if (remote) {
283 /* We can't look up remote Unix domain sockets. */
336 * Returns the IP-address of the remote host as a string. The returned
361 static const char *remote = "";
363 remote = get_canonical_hostname(use_dns);
364 if (utmp_len == 0 || strlen(remote) > utmp_len)
365 remote = get_remote_ipaddr();
366 return remote;
369 /* Returns the local/remote port for the socket. */
410 /* Returns remote/local port number for the current connection. */