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

/freebsd-13-stable/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.c62 ch == 'h' ? eval_hostinfo(request->client) :
63 ch == 'H' ? eval_hostinfo(request->server) :
H A Dtcpd.h133 char *eval_hostinfo(struct host_info *); /* host name or address */

Completed in 90 milliseconds