Home
last modified time | relevance | path

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

/dflybsd-src/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
/dflybsd-src/crypto/openssh/
H A Dssh-keygen.c1186 int find_host; /* Search for specific hostname */ member
1207 if (has_wild && !ctx->find_host) { in known_hosts_hash()
1270 } else if (ctx->find_host) { in known_hosts_find_delete()
1310 do_known_hosts(struct passwd *pw, const char *name, int find_host, in do_known_hosts() argument
1334 ctx.find_host = find_host; in do_known_hosts()
1341 if (!find_host && (hash_hosts || delete_host)) { in do_known_hosts()
1359 foreach_options = find_host ? HKF_WANT_MATCH : 0; in do_known_hosts()
1361 if ((r = hostkeys_foreach(identity_file, (find_host || !hash_hosts) ? in do_known_hosts()
1409 exit (find_host && !ctx.found_key); in do_known_hosts()
3350 int find_host = 0, delete_host = 0, hash_hosts = 0; in main() local
[all …]