hostinfo
char *hostinfo = eval_hostinfo(request->client);
return (hostinfo);
(void)snprintf(both, sizeof both, "%s@%s", request->user, hostinfo);
return (hostinfo);
int hostinfo = 1; /* do we print login banner? */
hostinfo = 0;
if (hostinfo) {
static struct hostinfo *
struct hostinfo *hi;
freehostinfo(struct hostinfo *hi)
struct hostinfo *hi;
static void freehostinfo(struct hostinfo *);
static struct hostinfo *gethostinfo(char *);
struct hostinfo *hi;