Home
last modified time | relevance | path

Searched refs:find_host (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.sbin/rpc.statd/
H A Dprocs.c105 else if ((hp = find_host(arg->mon_id.mon_name, TRUE))) in sm_mon_1_svc()
193 if ((hp = find_host(arg->mon_name, FALSE))) in sm_unmon_1_svc()
315 hp = find_host(arg->mon_name, FALSE); in sm_notify_1_svc()
H A Dstatd.h107 extern HostInfo *find_host(char * /*hostname*/, int /*create*/);
H A Dfile.c75 find_host(char *hostname, int create) in find_host() function
/dragonfly/crypto/openssh/
H A Dssh-keygen.c1171 int find_host; /* Search for specific hostname */ member
1192 if (has_wild && !ctx->find_host) { in known_hosts_hash()
1255 } else if (ctx->find_host) { in known_hosts_find_delete()
1319 ctx.find_host = find_host; in do_known_hosts()
1326 if (!find_host && (hash_hosts || delete_host)) { in do_known_hosts()
1344 foreach_options = find_host ? HKF_WANT_MATCH : 0; in do_known_hosts()
1394 exit (find_host && !ctx.found_key); in do_known_hosts()
3316 int find_host = 0, delete_host = 0, hash_hosts = 0; in main() local
3378 find_host = 1; in main()
3690 if (delete_host || hash_hosts || find_host) { in main()
[all …]