HomeSort by: relevance | last modified time | path
    Searched defs:hostinfo (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libwrap/
eval.c 114 char *hostinfo = eval_hostinfo(request->client); local in function:eval_client
118 return (hostinfo);
121 (void)snprintf(both, sizeof both, "%s@%s", request->user, hostinfo);
124 return (hostinfo);
  /src/libexec/telnetd/
telnetd.c 108 int hostinfo = 1; /* do we print login banner? */ variable in typeref:typename:int
258 hostinfo = 0;
918 if (hostinfo) {
  /src/usr.sbin/traceroute/
traceroute.c 274 struct hostinfo { struct
408 static void freehostinfo(struct hostinfo *);
410 static struct hostinfo *gethostinfo(char *);
442 struct hostinfo *hi;
1644 static struct hostinfo *
1649 struct hostinfo *hi;
1689 freehostinfo(struct hostinfo *hi)
1702 struct hostinfo *hi;

Completed in 13 milliseconds