HomeSort by: relevance | last modified time | path
    Searched refs:eval_hostinfo (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libwrap/
eval.c 89 /* eval_hostinfo - return string with host name (preferred) or address */
92 eval_hostinfo(struct host_info *host) function in typeref:typename:char *
114 char *hostinfo = eval_hostinfo(request->client);
134 char *host = eval_hostinfo(request->server);
percent_x.c 66 ch == 'h' ? eval_hostinfo(request->client) :
67 ch == 'H' ? eval_hostinfo(request->server) :
tcpd.h 137 extern char *eval_hostinfo /* host name or address */
  /src/usr.sbin/tcpdchk/
percent_x.c 61 ch == 'h' ? eval_hostinfo(request->client) :
62 ch == 'H' ? eval_hostinfo(request->server) :

Completed in 15 milliseconds