Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/tcpdchk/
Dpercent_x.c63 ch == 'n' ? eval_hostname(request->client) :
64 ch == 'N' ? eval_hostname(request->server) :
Dscaffold.c100 if (STR_EQ(eval_hostname(request.client), unknown)) in check_dns()
/netbsd/src/lib/libwrap/
Dpercent_x.c68 ch == 'n' ? eval_hostname(request->client) : in percent_x()
69 ch == 'N' ? eval_hostname(request->server) : in percent_x()
Deval.c79 eval_hostname(struct host_info *host) in eval_hostname() function
100 hostname = eval_hostname(host); in eval_hostinfo()
Dhosts_access.c311 return (innetgr(tok + 1, eval_hostname(host), NULL, mydomain)); in host_match()
319 char *name = eval_hostname(host); in host_match()
322 char *name = eval_hostname(host); in host_match()
330 || (NOT_INADDR(tok) && string_match(tok, eval_hostname(host)))); in host_match()
Dwrap.expsym7 eval_hostname
Dtcpd.h133 extern char *eval_hostname /* printable hostname */
/netbsd/src/usr.sbin/tcpdmatch/
Dtcpdmatch.c193 if (STR_EQ(eval_hostname(request.server), unknown)) in main()
256 if (STR_EQ(eval_hostname(request.client), unknown)) in main()
321 if (STR_EQ(eval_hostname(request->client), paranoid)) { in tcpdmatch()