Searched refs:find_host (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/NFS-82/rpc.statd/
H A Dprocs.c187 /* If find_host() fails, it will have logged the error already. */
200 mhp = find_host(arg->mon_id.mon_name, TRUE);
283 if ((mhp = find_host(arg->mon_name, FALSE))) {
442 mhp = find_host(arg->mon_name, FALSE);
467 mhp = find_host(he->h_name, FALSE);
470 mhp = find_host(*npp, FALSE);
476 mhp = find_host(addrstr(claddr), FALSE);
H A Dstatd.h204 extern MonitoredHost *find_host(char * /* hostname */ , int /* create */ );
H A Dfile.c182 /* find_host -------------------------------------------------------------- */
191 find_host(char *hostname, int create) function
/macosx-10.10/OpenSSH-189/openssh/
H A Dssh-keygen.c87 int find_host = 0; variable
1025 if (!find_host && (hash_hosts || delete_host)) {
1101 if (find_host || delete_host) {
1110 if (find_host && c) {
1128 if (find_host || delete_host) {
1131 if (find_host && c) {
2243 find_host = 1;
2460 if (delete_host || hash_hosts || find_host)
/macosx-10.10/NFS-82/nfsd/
H A Dmountd.c322 struct host *find_host(struct hosttqh *, struct sockaddr *);
3911 hp = find_host(&xd->xd_hosts, sa);
3941 hp = find_host(&mxd->xd_hosts, sa);
3968 find_host(struct hosttqh *head, struct sockaddr *sa) function

Completed in 176 milliseconds