Home
last modified time | relevance | path

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

/netbsd-src/lib/libwrap/
H A Deval.c92 eval_hostinfo(struct host_info *host) in eval_hostinfo() function
114 char *hostinfo = eval_hostinfo(request->client); in eval_client()
134 char *host = eval_hostinfo(request->server); in eval_server()
H A Dpercent_x.c66 ch == 'h' ? eval_hostinfo(request->client) : in percent_x()
67 ch == 'H' ? eval_hostinfo(request->server) : in percent_x()
H A Dtcpd.h137 extern char *eval_hostinfo /* host name or address */
/netbsd-src/usr.sbin/tcpdchk/
H A Dpercent_x.c61 ch == 'h' ? eval_hostinfo(request->client) :
62 ch == 'H' ? eval_hostinfo(request->server) :