Searched defs:hostinfo (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libwrap/
H A Deval.c113 char *hostinfo = eval_hostinfo(request->client); local
117 return (hostinfo);
120 sprintf(both, "%s@%s", request->user, hostinfo);
123 return (hostinfo);

Completed in 31 milliseconds