Home
last modified time | relevance | path

Searched refs:eval_hostinfo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/tcp_wrappers/
H A Deval.c81 char *eval_hostinfo(struct host_info *host) in eval_hostinfo() function
102 char *hostinfo = eval_hostinfo(request->client); in eval_client()
121 char *host = eval_hostinfo(request->server); in eval_server()
H A Dpercent_x.c59 ch == 'h' ? eval_hostinfo(request->client) : in percent_x()
60 ch == 'H' ? eval_hostinfo(request->server) : in percent_x()
H A Dtcpd.h134 char *eval_hostinfo(struct host_info *); /* host name or address */