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

/freebsd-9.3-release/contrib/tcp_wrappers/
H A Deval.c82 /* eval_hostinfo - return string with host name (preferred) or address */
84 char *eval_hostinfo(host) function
107 char *hostinfo = eval_hostinfo(request->client);
127 char *host = eval_hostinfo(request->server);
H A Dpercent_x.c61 ch == 'h' ? eval_hostinfo(request->client) :
62 ch == 'H' ? eval_hostinfo(request->server) :
H A Dtcpd.h129 extern char *eval_hostinfo(); /* host name or address */

Completed in 128 milliseconds