Searched refs:eval_hostname (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/tcp_wrappers/
H A Dpercent_x.c64 ch == 'n' ? eval_hostname(request->client) :
65 ch == 'N' ? eval_hostname(request->server) :
H A Deval.c69 /* eval_hostname - look up host name */
71 char *eval_hostname(host) function
93 hostname = eval_hostname(host);
H A Dmiscd.c85 if (STR_EQ(eval_hostname(request.client), paranoid))
H A Dtcpd.c98 if (STR_EQ(eval_hostname(request.client), paranoid))
H A Dtcpdmatch.c177 * most one address. eval_hostname() warns the user about name server
201 * conflicts will be reported while eval_hostname() does its job.
204 if (STR_EQ(eval_hostname(request.server), unknown))
258 * eval_hostname() figure out if this host is properly registered, while
279 * conflicts will be reported while eval_hostname() does its job.
282 if (STR_EQ(eval_hostname(request.client), unknown))
302 * conflicts will be reported while eval_hostname() does its job.
305 if (STR_EQ(eval_hostname(request.client), unknown))
376 if (STR_EQ(eval_hostname(request->client), paranoid)) {
H A Dhosts_access.c315 return (innetgr(tok + 1, eval_hostname(host), (char *) 0, mydomain));
323 char *name = eval_hostname(host);
326 char *name = eval_hostname(host);
332 || (NOT_INADDR(tok) && string_match(tok, eval_hostname(host))));
H A Dtcpd.h25 char name[STRING_LENGTH]; /* access via eval_hostname(host) */
131 char *eval_hostname(struct host_info *); /* printable hostname */
H A Dscaffold.c198 * name/address conflicts will be reported while eval_hostname() does
202 if (STR_EQ(eval_hostname(request.client), unknown))

Completed in 111 milliseconds