Symbol: gethost
libexec/identd/identd.c
351
gethost((struct sockaddr *)&ss[0]));
libexec/identd/identd.c
403
lport, fport, gethost((struct sockaddr *)&ss[0]));
libexec/identd/identd.c
411
idbuf, gethost((struct sockaddr *)&ss[0]));
libexec/identd/identd.c
445
gethost((struct sockaddr *)&nat_addr));
libexec/identd/identd.c
452
idbuf, gethost((struct sockaddr *)&ss[0]));
libexec/identd/identd.c
457
gethost((struct sockaddr *)&ss[0]));
libexec/identd/identd.c
469
gethost((struct sockaddr *)&ss[0]));
libexec/identd/identd.c
476
" to %s", pw->pw_name, gethost((struct sockaddr *)&ss[0]));
libexec/identd/identd.c
495
idbuf, userbuf, gethost((struct sockaddr *)&ss[0]));
libexec/identd/identd.c
511
idbuf, userbuf, gethost((struct sockaddr *)&ss[0]));
libexec/identd/identd.c
52
static const char *gethost(struct sockaddr *);
libexec/identd/identd.c
815
gethost(nat_addr));
libexec/identd/identd.c
851
gethost(nat_addr));
sbin/ping/ping.c
236
static void gethost(const char *, const char *,
sbin/ping/ping.c
410
gethost("-I", optarg, &src_addr, 0, 0);
sbin/ping/ping.c
414
gethost("-g", optarg, &send_addr, 0, 0);
sbin/ping/ping.c
486
gethost("", argv[hostind], &whereto, hostname, sizeof(hostname));
sbin/routed/defs.h
547
extern int gethost(char *, naddr *);
sbin/routed/main.c
136
(void)gethost(myname, &myaddr);
sbin/routed/parms.c
238
if (!gethost(dname, &dst)) {
sbin/routed/parms.c
263
if (!gethost(gname, &gate)) {
sbin/routed/parms.c
820
|| !gethost(buf2,&addr))
usr.bin/last/want.c
181
gethost(bp, hostp, numeric), ct);
usr.bin/last/want.c
198
gethost(bp, hostp, numeric),
usr.bin/last/want.c
223
gethost(bp, hostp, numeric),
usr.bin/last/want.c
36
static const char *gethost(struct utmp *, const char *, int);
usr.sbin/lpr/common_source/common.c
384
error = getaddrinfo(gethost(RM), NULL, &hints, &res0);
usr.sbin/lpr/common_source/lp.h
110
const char *gethost(const char *);