HomeSort by relevance Sort by last modified time
    Searched full:use_dns (Results 1 - 14 of 14) sorted by null

  /external/openssh/
canohost.c 48 get_remote_hostname(int sock, int use_dns)
76 if (!use_dns)
217 get_canonical_hostname(int use_dns)
224 if (use_dns && canonical_host_name != NULL)
226 if (!use_dns && remote_ip != NULL)
231 host = get_remote_hostname(packet_get_connection_in(), use_dns);
235 if (use_dns)
357 get_remote_name_or_ip(u_int utmp_len, int use_dns)
361 remote = get_canonical_hostname(use_dns);
auth-sia.c 59 host = get_canonical_hostname(options.use_dns);
88 host = get_canonical_hostname(options.use_dns);
auth-rh-rsa.c 78 chost = (char *)get_canonical_hostname(options.use_dns);
auth.c 182 hostname = get_canonical_hostname(options.use_dns);
289 get_canonical_hostname(options.use_dns), "ssh");
293 get_canonical_hostname(options.use_dns), "ssh", &loginmsg);
557 get_canonical_hostname(options.use_dns), get_remote_ipaddr());
586 get_canonical_hostname(options.use_dns), "ssh");
auth2-hostbased.c 152 resolvedname = get_canonical_hostname(options.use_dns);
servconf.h 143 int use_dns; member in struct:__anon24078
auth-rhosts.c 191 hostname = get_canonical_hostname(options.use_dns);
servconf.c 130 options->use_dns = -1;
264 if (options->use_dns == -1)
265 options->use_dns = 1;
1044 intptr = &options->use_dns;
    [all...]
auth-options.c 252 options.use_dns);
auth-pam.c 646 pam_rhost = get_remote_name_or_ip(utmp_len, options.use_dns);
799 get_remote_name_or_ip(utmp_len, options.use_dns));
session.c 781 get_remote_name_or_ip(utmp_len, options.use_dns),
870 options.use_dns),
    [all...]
monitor.c     [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
socketaddress.h 48 // Creates the address with the given host and port. If use_dns is true,
50 // several seconds if DNS is not available). Alternately, set use_dns to
  /external/openssh/openbsd-compat/
bsd-cray.c 131 fsent.host = (char *)get_canonical_hostname(options.use_dns);
227 (char *)get_canonical_hostname(options.use_dns),

Completed in 239 milliseconds