Home | History | Annotate | Download | only in openssh

Lines Matching full:use_dns

150 	options->use_dns = -1;
312 if (options->use_dns == -1)
313 options->use_dns = 0;
700 get_connection_info(int populate, int use_dns)
707 ci.host = auth_get_canonical_hostname(ssh, use_dns);
1338 intptr = &options->use_dns;
2288 dump_cfg_fmtint(sUseDNS, o->use_dns);