Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rpc.statd/
H A Dprocs.c188 if ((hp = find_host(arg->mon_id.mon_name, TRUE))) in sm_mon_1_svc()
274 if ((hp = find_host(arg->mon_name, FALSE))) in sm_unmon_1_svc()
394 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.c77 HostInfo *find_host(char *hostname, int create) in find_host() function
/freebsd/crypto/openssh/
H A Dssh-keygen.c1214 int find_host; /* Search for specific hostname */ member
1235 if (has_wild && !ctx->find_host) { in known_hosts_hash()
1298 } else if (ctx->find_host) { in known_hosts_find_delete()
1338 do_known_hosts(struct passwd *pw, const char *name, int find_host, in do_known_hosts() argument
1362 ctx.find_host = find_host; in do_known_hosts()
1369 if (!find_host && (hash_hosts || delete_host)) { in do_known_hosts()
1387 foreach_options = find_host ? HKF_WANT_MATCH : 0; in do_known_hosts()
1389 if ((r = hostkeys_foreach(identity_file, (find_host || !hash_hosts) ? in do_known_hosts()
1437 exit (find_host && !ctx.found_key); in do_known_hosts()
3383 int find_host = 0, delete_host = 0, hash_hosts = 0; in main() local
[all …]