Symbol: hostent
crypto/heimdal/appl/ftp/ftp/ftp_locl.h
121
struct hostent *gethostbyname(const char *);
crypto/heimdal/appl/login/utmp_login.c
101
struct hostent *he;
crypto/heimdal/appl/telnet/telnetd/telnetd.h
189
struct hostent *gethostbyname(const char *);
crypto/heimdal/lib/krb5/get_addrs.c
51
struct hostent *hostent;
crypto/heimdal/lib/krb5/get_addrs.c
58
hostent = roken_gethostbyname (hostname);
crypto/heimdal/lib/krb5/get_addrs.c
59
if (hostent == NULL) {
crypto/heimdal/lib/krb5/get_addrs.c
71
res->val[0].addr_type = hostent->h_addrtype;
crypto/heimdal/lib/krb5/get_addrs.c
75
hostent->h_addr,
crypto/heimdal/lib/krb5/get_addrs.c
76
hostent->h_length);
crypto/heimdal/lib/roken/copyhostent.c
42
ROKEN_LIB_FUNCTION struct hostent * ROKEN_LIB_CALL
crypto/heimdal/lib/roken/copyhostent.c
43
copyhostent (const struct hostent *h)
crypto/heimdal/lib/roken/copyhostent.c
45
struct hostent *res;
crypto/heimdal/lib/roken/freehostent.c
43
freehostent (struct hostent *h)
crypto/heimdal/lib/roken/getaddrinfo.c
228
struct hostent *he, int *flags)
crypto/heimdal/lib/roken/getaddrinfo.c
235
struct hostent *he2 = NULL;
crypto/heimdal/lib/roken/getaddrinfo.c
332
struct hostent *he;
crypto/heimdal/lib/roken/getaddrinfo.c
344
struct hostent *he;
crypto/heimdal/lib/roken/getipnodebyaddr.c
43
ROKEN_LIB_FUNCTION struct hostent * ROKEN_LIB_CALL
crypto/heimdal/lib/roken/getipnodebyaddr.c
46
struct hostent *tmp;
crypto/heimdal/lib/roken/getipnodebyname.c
47
ROKEN_LIB_FUNCTION struct hostent * ROKEN_LIB_CALL
crypto/heimdal/lib/roken/getipnodebyname.c
50
struct hostent *tmp;
crypto/heimdal/lib/roken/getnameinfo.c
52
struct hostent *he = gethostbyaddr (addr,
crypto/heimdal/lib/roken/hostent_find_fqdn.c
43
hostent_find_fqdn (const struct hostent *he)
crypto/heimdal/lib/roken/iruserok.c
62
struct hostent *hp;
crypto/heimdal/lib/roken/iruserok.c
96
struct hostent *hp;
crypto/heimdal/lib/roken/roken-common.h
354
struct hostent;
crypto/heimdal/lib/roken/roken-common.h
358
hostent_find_fqdn (const struct hostent *);
crypto/heimdal/lib/roken/roken_gethostby.c
135
static struct hostent*
crypto/heimdal/lib/roken/roken_gethostby.c
190
static struct hostent he;
crypto/heimdal/lib/roken/roken_gethostby.c
216
ROKEN_LIB_FUNCTION struct hostent* ROKEN_LIB_CALL
crypto/heimdal/lib/roken/roken_gethostby.c
219
struct hostent *he;
crypto/heimdal/lib/roken/roken_gethostby.c
226
ROKEN_LIB_FUNCTION struct hostent* ROKEN_LIB_CALL
crypto/heimdal/lib/roken/roken_gethostby.c
231
struct hostent *he;
crypto/heimdal/lib/roken/roken_gethostby.c
258
struct hostent *he;
crypto/heimdal/lib/roken/roken_gethostby.c
50
struct hostent *he = gethostbyname(address);
crypto/krb5/src/appl/gss-sample/gss-client.c
115
struct hostent *hp;
crypto/krb5/src/appl/simple/client/sim_client.c
140
if ((host = gethostbyname(hostname)) == (struct hostent *) 0) {
crypto/krb5/src/appl/simple/client/sim_client.c
179
if ((host = gethostbyname(my_hostname)) == (struct hostent *)0) {
crypto/krb5/src/appl/simple/client/sim_client.c
68
struct hostent *host;
crypto/krb5/src/appl/user_user/client.c
44
struct hostent *host;
crypto/krb5/src/lib/krb5/os/localaddr.c
1427
static struct hostent *local_addr_fallback_kludge(void)
crypto/krb5/src/lib/krb5/os/localaddr.c
1429
static struct hostent host;
crypto/krb5/src/lib/krb5/os/localaddr.c
1474
struct hostent *hostrec;
crypto/krb5/src/lib/rpc/clnt_generic.c
58
struct hostent *h;
crypto/krb5/src/lib/rpc/clnt_simple.c
76
struct hostent *hp;
crypto/krb5/src/lib/rpc/getrpcent.c
62
struct hostent *gethostent(void);
crypto/krb5/src/lib/rpc/getrpcport.c
51
struct hostent *hp;
crypto/krb5/src/lib/rpc/unit-test/client.c
66
struct hostent *h;
crypto/krb5/src/util/support/fake-addrinfo.c
1198
struct hostent *hp;
crypto/krb5/src/util/support/fake-addrinfo.c
176
typedef struct hostent *GET_HOST_TMP;
crypto/krb5/src/util/support/fake-addrinfo.c
184
struct hostent ent;
crypto/krb5/src/util/support/fake-addrinfo.c
209
struct hostent ent;
crypto/krb5/src/util/support/fake-addrinfo.c
214
struct hostent *my_hp = NULL; \
crypto/krb5/src/util/support/fake-addrinfo.c
226
struct hostent *my_hp; \
crypto/krb5/src/util/support/fake-addrinfo.c
238
struct hostent ent;
crypto/krb5/src/util/support/fake-addrinfo.c
783
struct hostent *hp;
crypto/krb5/src/util/support/fake-addrinfo.c
918
struct hostent *hp;
crypto/krb5/src/windows/leashdll/timesync.c
222
struct hostent *host;
crypto/openssh/logintest.c
88
struct hostent *he;
crypto/openssh/openbsd-compat/fake-rfc2553.c
158
struct hostent *hp;
crypto/openssh/openbsd-compat/fake-rfc2553.c
51
struct hostent *hp;
crypto/openssh/session.c
2629
struct hostent *he;
crypto/openssl/crypto/bio/bio_addr.c
773
const struct hostent *he;
crypto/openssl/crypto/bio/bio_addr.c
795
static const struct hostent he_fallback = {
crypto/openssl/crypto/bio/bio_sock.c
122
struct hostent *BIO_gethostbyname(const char *name)
crypto/openssl/include/internal/e_os.h
253
struct hostent *gethostbyname(const char *name);
crypto/openssl/include/internal/e_os.h
254
struct hostent *gethostbyaddr(const char *addr, int length, int type);
crypto/openssl/include/openssl/bio.h
890
OSSL_DEPRECATEDIN_1_1_0 struct hostent *BIO_gethostbyname(const char *name);
include/netdb.h
233
struct hostent *gethostbyaddr(const void *, socklen_t, int);
include/netdb.h
234
struct hostent *gethostbyname(const char *);
include/netdb.h
236
struct hostent *gethostent(void);
include/netdb.h
260
void freehostent(struct hostent *);
include/netdb.h
261
int gethostbyaddr_r(const void *, socklen_t, int, struct hostent *,
include/netdb.h
262
char *, size_t, struct hostent **, int *);
include/netdb.h
263
int gethostbyname_r(const char *, struct hostent *, char *, size_t,
include/netdb.h
264
struct hostent **, int *);
include/netdb.h
265
struct hostent *gethostbyname2(const char *, int);
include/netdb.h
266
int gethostbyname2_r(const char *, int, struct hostent *, char *,
include/netdb.h
267
size_t, struct hostent **, int *);
include/netdb.h
268
int gethostent_r(struct hostent *, char *, size_t,
include/netdb.h
269
struct hostent **, int *);
include/netdb.h
270
struct hostent *getipnodebyaddr(const void *, size_t, int, int *);
include/netdb.h
271
struct hostent *getipnodebyname(const char *, int, int, int *);
lib/libbluetooth/bluetooth.c
100
struct hostent *
lib/libbluetooth/bluetooth.c
46
static struct hostent host;
lib/libbluetooth/bluetooth.c
61
struct hostent *
lib/libbluetooth/bluetooth.c
64
struct hostent *p;
lib/libbluetooth/bluetooth.c
81
struct hostent *
lib/libbluetooth/bluetooth.c
84
struct hostent *p;
lib/libbluetooth/bluetooth.h
75
struct hostent * bt_gethostbyname (char const *name);
lib/libbluetooth/bluetooth.h
76
struct hostent * bt_gethostbyaddr (char const *addr, int len, int type);
lib/libbluetooth/bluetooth.h
77
struct hostent * bt_gethostent (void);
lib/libc/net/gethostbydns.c
138
struct hostent *he, struct hostent_data *hed, res_state statp)
lib/libc/net/gethostbydns.c
436
struct hostent *
lib/libc/net/gethostbydns.c
439
struct hostent *he;
lib/libc/net/gethostbydns.c
475
struct hostent *hptr, he;
lib/libc/net/gethostbydns.c
483
hptr = va_arg(ap, struct hostent *);
lib/libc/net/gethostbydns.c
489
*((struct hostent **)rval) = NULL;
lib/libc/net/gethostbydns.c
553
*((struct hostent **)rval) = hptr;
lib/libc/net/gethostbydns.c
567
struct hostent *hptr, he;
lib/libc/net/gethostbydns.c
575
struct hostent *rhe;
lib/libc/net/gethostbydns.c
585
hptr = va_arg(ap, struct hostent *);
lib/libc/net/gethostbydns.c
592
*((struct hostent **)rval) = NULL;
lib/libc/net/gethostbydns.c
712
*((struct hostent **)rval) = hptr;
lib/libc/net/gethostbyht.c
172
gethostent_r(struct hostent *hptr, char *buffer, size_t buflen,
lib/libc/net/gethostbyht.c
173
struct hostent **result, int *h_errnop)
lib/libc/net/gethostbyht.c
176
struct hostent he;
lib/libc/net/gethostbyht.c
201
struct hostent *
lib/libc/net/gethostbyht.c
205
struct hostent *rval;
lib/libc/net/gethostbyht.c
224
struct hostent *hptr, he;
lib/libc/net/gethostbyht.c
232
hptr = va_arg(ap, struct hostent *);
lib/libc/net/gethostbyht.c
238
*((struct hostent **)rval) = NULL;
lib/libc/net/gethostbyht.c
276
*((struct hostent **)rval) = hptr;
lib/libc/net/gethostbyht.c
289
struct hostent *hptr, he;
lib/libc/net/gethostbyht.c
297
hptr = va_arg(ap, struct hostent *);
lib/libc/net/gethostbyht.c
303
*((struct hostent **)rval) = NULL;
lib/libc/net/gethostbyht.c
333
*((struct hostent **)rval) = hptr;
lib/libc/net/gethostbyht.c
87
gethostent_p(struct hostent *he, struct hostent_data *hed, int mapped,
lib/libc/net/gethostbynis.c
164
_gethostbynisname_r(const char *name, int af, struct hostent *he,
lib/libc/net/gethostbynis.c
182
struct hostent *he, struct hostent_data *hed)
lib/libc/net/gethostbynis.c
210
struct hostent *hptr, he;
lib/libc/net/gethostbynis.c
216
hptr = va_arg(ap, struct hostent *);
lib/libc/net/gethostbynis.c
222
*((struct hostent **)rval) = NULL;
lib/libc/net/gethostbynis.c
241
*((struct hostent **)rval) = hptr;
lib/libc/net/gethostbynis.c
244
*((struct hostent **)rval) = NULL;
lib/libc/net/gethostbynis.c
259
struct hostent *hptr, he;
lib/libc/net/gethostbynis.c
266
hptr = va_arg(ap, struct hostent *);
lib/libc/net/gethostbynis.c
272
*((struct hostent **)rval) = NULL;
lib/libc/net/gethostbynis.c
291
*((struct hostent **)rval) = hptr;
lib/libc/net/gethostbynis.c
294
*((struct hostent **)rval) = NULL;
lib/libc/net/gethostbynis.c
51
_gethostbynis(const char *name, char *map, int af, struct hostent *he,
lib/libc/net/gethostnamadr.c
262
struct hostent *ht;
lib/libc/net/gethostnamadr.c
264
struct hostent new_ht;
lib/libc/net/gethostnamadr.c
282
ht = va_arg(ap, struct hostent *);
lib/libc/net/gethostnamadr.c
284
desired_size = _ALIGNBYTES + sizeof(struct hostent) + sizeof(char *);
lib/libc/net/gethostnamadr.c
314
memcpy(&new_ht, ht, sizeof(struct hostent));
lib/libc/net/gethostnamadr.c
318
p = buffer + sizeof(struct hostent) + sizeof(char *);
lib/libc/net/gethostnamadr.c
319
memcpy(buffer + sizeof(struct hostent), &p, sizeof(char *));
lib/libc/net/gethostnamadr.c
356
memcpy(buffer, &new_ht, sizeof(struct hostent));
lib/libc/net/gethostnamadr.c
368
struct hostent *ht;
lib/libc/net/gethostnamadr.c
390
ht = va_arg(ap, struct hostent *);
lib/libc/net/gethostnamadr.c
395
buffer_size - sizeof(struct hostent) - sizeof(char *)) {
lib/libc/net/gethostnamadr.c
400
memcpy(ht, buffer, sizeof(struct hostent));
lib/libc/net/gethostnamadr.c
401
memcpy(&p, buffer + sizeof(struct hostent), sizeof(char *));
lib/libc/net/gethostnamadr.c
404
memcpy(orig_buf, buffer + sizeof(struct hostent) + sizeof(char *) +
lib/libc/net/gethostnamadr.c
406
buffer_size - sizeof(struct hostent) - sizeof(char *) -
lib/libc/net/gethostnamadr.c
425
*((struct hostent **)retval) = ht;
lib/libc/net/gethostnamadr.c
431
fakeaddr(const char *name, int af, struct hostent *hp, char *buf,
lib/libc/net/gethostnamadr.c
435
struct hostent he;
lib/libc/net/gethostnamadr.c
484
gethostbyname_r(const char *name, struct hostent *he, char *buffer,
lib/libc/net/gethostnamadr.c
485
size_t buflen, struct hostent **result, int *h_errnop)
lib/libc/net/gethostnamadr.c
50
static int gethostbyname_internal(const char *, int, struct hostent *, char *,
lib/libc/net/gethostnamadr.c
508
gethostbyname2_r(const char *name, int af, struct hostent *he, char *buffer,
lib/libc/net/gethostnamadr.c
509
size_t buflen, struct hostent **result, int *h_errnop)
lib/libc/net/gethostnamadr.c
51
size_t, struct hostent **, int *, res_state);
lib/libc/net/gethostnamadr.c
523
gethostbyname_internal(const char *name, int af, struct hostent *hp, char *buf,
lib/libc/net/gethostnamadr.c
524
size_t buflen, struct hostent **result, int *h_errnop, res_state statp)
lib/libc/net/gethostnamadr.c
583
gethostbyaddr_r(const void *addr, socklen_t len, int af, struct hostent *hp,
lib/libc/net/gethostnamadr.c
584
char *buf, size_t buflen, struct hostent **result, int *h_errnop)
lib/libc/net/gethostnamadr.c
65
NETDB_THREAD_ALLOC(hostent)
lib/libc/net/gethostnamadr.c
661
struct hostent *
lib/libc/net/gethostnamadr.c
665
struct hostent *rval;
lib/libc/net/gethostnamadr.c
676
struct hostent *
lib/libc/net/gethostnamadr.c
680
struct hostent *rval;
lib/libc/net/gethostnamadr.c
691
struct hostent *
lib/libc/net/gethostnamadr.c
695
struct hostent *rval;
lib/libc/net/gethostnamadr.c
94
__copy_hostent(struct hostent *he, struct hostent *hptr, char *buf,
lib/libc/net/getnameinfo.c
182
struct hostent *hp;
lib/libc/net/map_v4v6.c
84
_map_v4v6_hostent(struct hostent *hp, char **bpp, char *ep) {
lib/libc/net/name6.c
190
static struct hostent *_hpcopy(struct hostent *, int *);
lib/libc/net/name6.c
191
static struct hostent *_hpaddr(int, const char *, void *, int *);
lib/libc/net/name6.c
193
static struct hostent *_hpmerge(struct hostent *, struct hostent *, int *);
lib/libc/net/name6.c
194
static struct hostent *_hpmapv6(struct hostent *, int *);
lib/libc/net/name6.c
196
static struct hostent *_hpsort(struct hostent *, res_state);
lib/libc/net/name6.c
199
static struct hostent *_hpreorder(struct hostent *);
lib/libc/net/name6.c
215
struct hostent *
lib/libc/net/name6.c
218
struct hostent *hp;
lib/libc/net/name6.c
291
struct hostent *hp2 = gethostbyname2(name, AF_INET);
lib/libc/net/name6.c
299
struct hostent *hpb = hp;
lib/libc/net/name6.c
314
struct hostent *
lib/libc/net/name6.c
317
struct hostent *hp;
lib/libc/net/name6.c
387
freehostent(struct hostent *ptr)
lib/libc/net/name6.c
399
static struct hostent *
lib/libc/net/name6.c
400
_hpcopy(struct hostent *hp, int *errp)
lib/libc/net/name6.c
402
struct hostent *nhp;
lib/libc/net/name6.c
413
size = sizeof(struct hostent);
lib/libc/net/name6.c
437
if ((nhp = (struct hostent *)malloc(size)) == NULL) {
lib/libc/net/name6.c
478
static struct hostent *
lib/libc/net/name6.c
481
struct hostent *hp, hpbuf;
lib/libc/net/name6.c
499
static struct hostent *
lib/libc/net/name6.c
500
_hpmerge(struct hostent *hp1, struct hostent *hp2, int *errp)
lib/libc/net/name6.c
505
struct hostent *hp, hpbuf;
lib/libc/net/name6.c
566
static struct hostent *
lib/libc/net/name6.c
567
_hpmapv6(struct hostent *hp, int *errp)
lib/libc/net/name6.c
569
struct hostent hp6;
lib/libc/net/name6.c
576
memset(&hp6, 0, sizeof(struct hostent));
lib/libc/net/name6.c
586
static struct hostent *
lib/libc/net/name6.c
587
_hpsort(struct hostent *hp, res_state statp)
lib/libc/net/name6.c
639
static struct hostent *
lib/libc/net/name6.c
640
_hpreorder(struct hostent *hp)
lib/libc/net/netdb_private.h
104
struct hostent host;
lib/libc/net/netdb_private.h
119
struct hostent *__hostent_init(void);
lib/libc/net/netdb_private.h
125
int __copy_hostent(struct hostent *, struct hostent *, char *, size_t);
lib/libc/net/netdb_private.h
137
void _map_v4v6_hostent(struct hostent *, char **, char *);
lib/libc/net/netdb_private.h
143
struct hostent *__dns_getanswer(const char *, int, const char *, int);
lib/libc/rpc/auth_time.c
144
struct hostent *he;
lib/libc/rpc/auth_time.c
145
struct hostent dummy;
lib/libc/rpc/getrpcport.c
54
struct hostent *hp;
lib/libc/tests/nss/gethostby_test.c
1003
rv = TEST_SNAPSHOT_FILE_READ(hostent, snapshot_file,
lib/libc/tests/nss/gethostby_test.c
1015
rv = DO_2PASS_TEST(hostent, &td, &td_snap,
lib/libc/tests/nss/gethostby_test.c
1019
rv = DO_1PASS_TEST(hostent, &td,
lib/libc/tests/nss/gethostby_test.c
1025
rv = DO_2PASS_TEST(hostent, &td_addr, &td_snap,
lib/libc/tests/nss/gethostby_test.c
1029
rv = DO_1PASS_TEST(hostent, &td,
lib/libc/tests/nss/gethostby_test.c
1033
rv = DO_1PASS_TEST(hostent, &td,
lib/libc/tests/nss/gethostby_test.c
1038
rv = TEST_SNAPSHOT_FILE_WRITE(hostent, snapshot_file,
lib/libc/tests/nss/gethostby_test.c
1044
rv = DO_1PASS_TEST(hostent, &td,
lib/libc/tests/nss/gethostby_test.c
1048
rv = TEST_SNAPSHOT_FILE_WRITE(hostent, snapshot_file,
lib/libc/tests/nss/gethostby_test.c
1058
TEST_DATA_DESTROY(hostent, &td_snap);
lib/libc/tests/nss/gethostby_test.c
1059
TEST_DATA_DESTROY(hostent, &td_addr);
lib/libc/tests/nss/gethostby_test.c
1060
TEST_DATA_DESTROY(hostent, &td);
lib/libc/tests/nss/gethostby_test.c
109
static struct hostent *
lib/libc/tests/nss/gethostby_test.c
112
struct hostent *he;
lib/libc/tests/nss/gethostby_test.c
127
__freehostent(struct hostent *he)
lib/libc/tests/nss/gethostby_test.c
136
clone_hostent(struct hostent *dest, struct hostent const *src)
lib/libc/tests/nss/gethostby_test.c
146
memset(dest, 0, sizeof(struct hostent));
lib/libc/tests/nss/gethostby_test.c
189
free_hostent(struct hostent *ht)
lib/libc/tests/nss/gethostby_test.c
211
compare_hostent(struct hostent *ht1, struct hostent *ht2, void *mdata)
lib/libc/tests/nss/gethostby_test.c
369
is_hostent_equal(struct hostent *he, struct addrinfo *ai)
lib/libc/tests/nss/gethostby_test.c
401
sdump_hostent(struct hostent *ht, char *buffer, size_t buflen)
lib/libc/tests/nss/gethostby_test.c
490
hostent_read_hostlist_func(struct hostent *he, char *line)
lib/libc/tests/nss/gethostby_test.c
492
struct hostent *result;
lib/libc/tests/nss/gethostby_test.c
516
memset(he, 0, sizeof(struct hostent));
lib/libc/tests/nss/gethostby_test.c
547
hostent_read_snapshot_func(struct hostent *ht, char *line)
lib/libc/tests/nss/gethostby_test.c
561
memset(ht, 0, sizeof(struct hostent));
lib/libc/tests/nss/gethostby_test.c
59
DECLARE_TEST_DATA(hostent)
lib/libc/tests/nss/gethostby_test.c
60
DECLARE_TEST_FILE_SNAPSHOT(hostent)
lib/libc/tests/nss/gethostby_test.c
61
DECLARE_1PASS_TEST(hostent)
lib/libc/tests/nss/gethostby_test.c
62
DECLARE_2PASS_TEST(hostent)
lib/libc/tests/nss/gethostby_test.c
653
memset(ht, 0, sizeof(struct hostent));
lib/libc/tests/nss/gethostby_test.c
66
static struct hostent *__gethostbyname2(const char *, int);
lib/libc/tests/nss/gethostby_test.c
664
dump_hostent(struct hostent *result)
lib/libc/tests/nss/gethostby_test.c
67
static struct hostent *__gethostbyaddr(const void *, socklen_t, int);
lib/libc/tests/nss/gethostby_test.c
675
hostent_test_correctness(struct hostent *ht, void *mdata __unused)
lib/libc/tests/nss/gethostby_test.c
68
static void __freehostent(struct hostent *);
lib/libc/tests/nss/gethostby_test.c
70
static void clone_hostent(struct hostent *, struct hostent const *);
lib/libc/tests/nss/gethostby_test.c
71
static int compare_hostent(struct hostent *, struct hostent *, void *);
lib/libc/tests/nss/gethostby_test.c
714
hostent_test_gethostbyaddr(struct hostent *he, void *mdata)
lib/libc/tests/nss/gethostby_test.c
716
struct hostent *result;
lib/libc/tests/nss/gethostby_test.c
72
static void dump_hostent(struct hostent *);
lib/libc/tests/nss/gethostby_test.c
73
static void free_hostent(struct hostent *);
lib/libc/tests/nss/gethostby_test.c
747
TEST_DATA_APPEND(hostent, addr_test_data,
lib/libc/tests/nss/gethostby_test.c
75
static int is_hostent_equal(struct hostent *, struct addrinfo *);
lib/libc/tests/nss/gethostby_test.c
758
hostent_test_getaddrinfo_eq(struct hostent *he, void *mdata __unused)
lib/libc/tests/nss/gethostby_test.c
77
static void sdump_hostent(struct hostent *, char *, size_t);
lib/libc/tests/nss/gethostby_test.c
78
static int hostent_read_hostlist_func(struct hostent *, char *);
lib/libc/tests/nss/gethostby_test.c
799
hostent_test_getnameinfo_eq(struct hostent *he, void *mdata __unused)
lib/libc/tests/nss/gethostby_test.c
80
static int hostent_read_snapshot_func(struct hostent *, char *);
lib/libc/tests/nss/gethostby_test.c
806
struct hostent *result;
lib/libc/tests/nss/gethostby_test.c
82
static int hostent_test_correctness(struct hostent *, void *);
lib/libc/tests/nss/gethostby_test.c
83
static int hostent_test_gethostbyaddr(struct hostent *, void *);
lib/libc/tests/nss/gethostby_test.c
84
static int hostent_test_getaddrinfo_eq(struct hostent *, void *);
lib/libc/tests/nss/gethostby_test.c
85
static int hostent_test_getnameinfo_eq(struct hostent *, void *);
lib/libc/tests/nss/gethostby_test.c
87
IMPLEMENT_TEST_DATA(hostent)
lib/libc/tests/nss/gethostby_test.c
88
IMPLEMENT_TEST_FILE_SNAPSHOT(hostent)
lib/libc/tests/nss/gethostby_test.c
89
IMPLEMENT_1PASS_TEST(hostent)
lib/libc/tests/nss/gethostby_test.c
90
IMPLEMENT_2PASS_TEST(hostent)
lib/libc/tests/nss/gethostby_test.c
92
static struct hostent *
lib/libc/tests/nss/gethostby_test.c
95
struct hostent *he;
lib/libc/tests/nss/gethostby_test.c
967
TEST_DATA_INIT(hostent, &td, clone_hostent, free_hostent);
lib/libc/tests/nss/gethostby_test.c
968
TEST_DATA_INIT(hostent, &td_addr, clone_hostent, free_hostent);
lib/libc/tests/nss/gethostby_test.c
969
TEST_DATA_INIT(hostent, &td_snap, clone_hostent, free_hostent);
lib/libc/tests/nss/gethostby_test.c
981
rv = TEST_SNAPSHOT_FILE_READ(hostent, hostlist_file, &td,
lib/libc/tests/resolv/resolv_test.c
131
struct hostent *hp, *hp2;
lib/libc/tests/resolv/resolv_test.c
152
struct hostent *hp, *hp2;
lib/libcasper/services/cap_dns/cap_dns.c
122
struct hostent *
lib/libcasper/services/cap_dns/cap_dns.c
129
struct hostent *
lib/libcasper/services/cap_dns/cap_dns.c
132
struct hostent *hp;
lib/libcasper/services/cap_dns/cap_dns.c
155
struct hostent *
lib/libcasper/services/cap_dns/cap_dns.c
159
struct hostent *hp;
lib/libcasper/services/cap_dns/cap_dns.c
433
hostent_pack(const struct hostent *hp, nvlist_t *nvl)
lib/libcasper/services/cap_dns/cap_dns.c
471
struct hostent *hp;
lib/libcasper/services/cap_dns/cap_dns.c
48
static struct hostent hent;
lib/libcasper/services/cap_dns/cap_dns.c
494
struct hostent *hp;
lib/libcasper/services/cap_dns/cap_dns.c
51
hostent_free(struct hostent *hp)
lib/libcasper/services/cap_dns/cap_dns.c
71
static struct hostent *
lib/libcasper/services/cap_dns/cap_dns.c
72
hostent_unpack(const nvlist_t *nvl, struct hostent *hp)
lib/libcasper/services/cap_dns/cap_dns.h
49
struct hostent;
lib/libcasper/services/cap_dns/cap_dns.h
54
struct hostent *cap_gethostbyname(cap_channel_t *chan, const char *name);
lib/libcasper/services/cap_dns/cap_dns.h
55
struct hostent *cap_gethostbyname2(cap_channel_t *chan, const char *name,
lib/libcasper/services/cap_dns/cap_dns.h
57
struct hostent *cap_gethostbyaddr(cap_channel_t *chan, const void *addr,
lib/libcasper/services/cap_dns/cap_dns.h
74
static inline struct hostent *
lib/libcasper/services/cap_dns/cap_dns.h
81
static inline struct hostent *
lib/libcasper/services/cap_dns/cap_dns.h
88
static inline struct hostent *
lib/libcasper/services/cap_dns/tests/dns_test.c
159
hostent_compare(const struct hostent *hp0, const struct hostent *hp1)
lib/libcasper/services/cap_dns/tests/dns_test.c
203
struct hostent *hps, *hpc;
lib/libcasper/services/cap_net/cap_net.c
189
struct hostent *
lib/libcasper/services/cap_net/cap_net.c
196
struct hostent *
lib/libcasper/services/cap_net/cap_net.c
199
struct hostent *hp;
lib/libcasper/services/cap_net/cap_net.c
222
struct hostent *
lib/libcasper/services/cap_net/cap_net.c
226
struct hostent *hp;
lib/libcasper/services/cap_net/cap_net.c
69
static struct hostent hent;
lib/libcasper/services/cap_net/cap_net.c
72
hostent_free(struct hostent *hp)
lib/libcasper/services/cap_net/cap_net.c
750
hostent_pack(const struct hostent *hp, nvlist_t *nvl, bool addtocache)
lib/libcasper/services/cap_net/cap_net.c
792
struct hostent *hp;
lib/libcasper/services/cap_net/cap_net.c
827
struct hostent *hp;
lib/libcasper/services/cap_net/cap_net.c
92
static struct hostent *
lib/libcasper/services/cap_net/cap_net.c
93
hostent_unpack(const nvlist_t *nvl, struct hostent *hp)
lib/libcasper/services/cap_net/cap_net.h
41
struct hostent;
lib/libcasper/services/cap_net/cap_net.h
89
struct hostent *cap_gethostbyname(cap_channel_t *chan, const char *name);
lib/libcasper/services/cap_net/cap_net.h
90
struct hostent *cap_gethostbyname2(cap_channel_t *chan, const char *name,
lib/libcasper/services/cap_net/cap_net.h
92
struct hostent *cap_gethostbyaddr(cap_channel_t *chan, const void *addr,
lib/libcasper/services/cap_net/tests/net_test.c
135
struct hostent *caphp, *orighp;
lib/libcasper/services/cap_net/tests/net_test.c
1399
struct hostent *caphp;
lib/libcasper/services/cap_net/tests/net_test.c
157
struct hostent *caphp, *orighp;
lib/libcasper/services/cap_net/tests/net_test.c
229
struct hostent *caphp, *orighp;
lib/libcompat/4.3/rexec.c
293
struct hostent *hp;
lib/libradius/radlib.c
438
struct hostent *hent;
lib/libtacplus/taclib.c
704
struct hostent *hent;
lib/libutil/realhostname.c
52
struct hostent *hp;
lib/virtual_oss/bt/bt.c
383
struct hostent *he = NULL;
libexec/bootpd/bootpd.c
175
struct hostent *hep;
libexec/bootpd/bootpgw/bootpgw.c
149
struct hostent *hep;
libexec/bootpd/lookup.c
65
struct hostent *hp;
libexec/bootpd/tools/bootptest/bootptest.c
133
struct hostent *hep;
libexec/bootpd/trygetif.c
34
struct hostent *hep;
libexec/talkd/process.c
135
struct hostent *hp;
libexec/talkd/process.c
148
if (hp == (struct hostent *)0) {
sbin/ggate/shared/ggate.c
396
struct hostent *hp;
sbin/ifconfig/af_inet.c
209
struct hostent *hp;
sbin/ifconfig/af_inet.c
270
struct hostent *hp;
sbin/ipf/iplang/iplang_y.y
592
struct hostent *hp;
sbin/ipf/ipscan/ipscan_y.y
438
struct hostent *hp;
sbin/ipf/ipsend/44arp.c
39
struct hostent *hp;
sbin/ipf/ipsend/arp.c
34
struct hostent *hp;
sbin/ipf/ipsend/arp.c
65
struct hostent *hp;
sbin/ipf/libipf/connecttcp.c
19
struct hostent *host;
sbin/ipf/libipf/gethost.c
15
struct hostent *h;
sbin/ipf/libipf/hostname.c
16
struct hostent *hp;
sbin/ipfw/ipfw2.c
1352
struct hostent *he = NULL;
sbin/ipfw/ipfw2.c
3250
struct hostent *he;
sbin/ipfw/ipv6.c
300
struct hostent *he;
sbin/ipfw/ipv6.c
88
struct hostent *he = NULL;
sbin/ipfw/nat.c
203
struct hostent* hp;
sbin/ipfw/tables.c
132
struct hostent *he;
sbin/natd/natd.c
1873
struct hostent* hp;
sbin/nos-tun/nos-tun.c
92
struct hostent *hp;
sbin/ping/ping.c
1595
struct hostent *hp;
sbin/ping/ping.c
209
struct hostent *hp;
sbin/route/route.c
1212
struct hostent *hp;
sbin/routed/parms.c
1008
struct hostent *hp;
sbin/routed/rtquery/rtquery.c
159
struct hostent *hp = gethostbyname(optarg);
sbin/routed/rtquery/rtquery.c
490
struct hostent *hp;
sbin/routed/rtquery/rtquery.c
593
struct hostent *hp;
share/doc/psd/20.ipctut/dgramsend.c
48
struct hostent *hp, *gethostbyname();
share/doc/psd/20.ipctut/streamwrite.c
49
struct hostent *hp, *gethostbyname();
share/examples/find_interface/find_interface.c
58
struct hostent *hp;
share/examples/ipfilter/l4check/l4check.c
406
struct hostent *hp;
tools/test/stress2/testcases/tcp/tcp.c
102
struct hostent *hostent;
tools/test/stress2/testcases/tcp/tcp.c
116
hostent = gethostbyname ("localhost");
tools/test/stress2/testcases/tcp/tcp.c
118
memcpy (&inetaddr.sin_addr.s_addr, hostent->h_addr,
tools/test/stress2/testcases/udp/udp.c
60
struct hostent *host;
tools/tools/net80211/wlanwatch/wlanwatch.c
141
struct hostent *hp;
usr.bin/bluetooth/bthost/bthost.c
77
struct hostent *he = NULL;
usr.bin/bluetooth/btsockstat/btsockstat.c
552
struct hostent *he = NULL;
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
97
struct hostent *he = NULL;
usr.bin/getent/getent.c
269
hostsprint(const struct hostent *he)
usr.bin/getent/getent.c
282
struct hostent *he4, *he6;
usr.bin/netstat/inet.c
1540
struct hostent *hp;
usr.bin/rup/rup.c
100
struct hostent *hp;
usr.bin/rup/rup.c
168
struct hostent *hp;
usr.bin/rusers/rusers.c
179
struct hostent *hp;
usr.bin/rusers/rusers.c
99
struct hostent *hp;
usr.bin/systat/netcmds.c
125
struct hostent *hp;
usr.bin/systat/netcmds.c
296
struct hostent *hp;
usr.bin/systat/netstat.c
458
struct hostent *hp;
usr.bin/talk/get_addrs.c
45
struct hostent *hp;
usr.bin/talk/io.c
66
struct hostent *hp, *hp2;
usr.bin/ypwhich/ypwhich.c
143
struct hostent *hent;
usr.bin/ypwhich/ypwhich.c
86
struct hostent *hent = NULL;
usr.sbin/arp/arp.c
258
struct hostent *hp;
usr.sbin/arp/arp.c
599
struct hostent *hp;
usr.sbin/arp/arp_netlink.c
189
struct hostent *hp;
usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c
73
struct hostent *he = NULL;
usr.sbin/bluetooth/bthidcontrol/hid.c
92
struct hostent *he = NULL;
usr.sbin/bluetooth/bthidd/bthidd.c
83
struct hostent *he;
usr.sbin/bluetooth/btpand/btpand.c
103
struct hostent *he;
usr.sbin/bluetooth/btpand/btpand.c
85
struct hostent *he;
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
205
struct hostent *he = NULL;
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
311
struct hostent *he = NULL;
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
362
struct hostent *he = NULL;
usr.sbin/bluetooth/hccontrol/le.c
479
struct hostent *he = NULL;
usr.sbin/bluetooth/hccontrol/le.c
850
struct hostent *he = NULL;
usr.sbin/bluetooth/hccontrol/le.c
909
struct hostent *he = NULL;
usr.sbin/bluetooth/hccontrol/le.c
998
struct hostent *he = NULL;
usr.sbin/bluetooth/hccontrol/link_control.c
236
struct hostent *he = NULL;
usr.sbin/bluetooth/hccontrol/link_control.c
555
struct hostent *he = NULL;
usr.sbin/bluetooth/hccontrol/link_policy.c
98
struct hostent *he = NULL;
usr.sbin/bluetooth/hccontrol/util.c
3262
struct hostent *he = NULL;
usr.sbin/bluetooth/l2control/l2cap.c
50
struct hostent *he = NULL;
usr.sbin/bluetooth/l2control/l2control.c
68
struct hostent *he = NULL;
usr.sbin/bluetooth/l2ping/l2ping.c
66
struct hostent *he;
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
85
struct hostent *he = NULL;
usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c
69
struct hostent *he = NULL;
usr.sbin/bootparamd/bootparamd/bootparamd.c
33
static struct hostent *he;
usr.sbin/bootparamd/bootparamd/main.c
46
struct hostent *he;
usr.sbin/bootparamd/callbootd/callbootd.c
38
struct hostent *he;
usr.sbin/bootparamd/callbootd/callbootd.c
50
struct hostent *he;
usr.sbin/ppp/defs.c
147
struct hostent *hp;
usr.sbin/ppp/ipcp.c
450
struct hostent *hp;
usr.sbin/ppp/nat_cmd.c
309
struct hostent *hp;
usr.sbin/ppp/radius.c
1103
struct hostent *hp;
usr.sbin/ppp/radius.c
902
struct hostent *hp;
usr.sbin/rarpd/rarpd.c
642
struct hostent *hp;
usr.sbin/traceroute/traceroute.c
1864
register struct hostent *hp;
usr.sbin/traceroute/traceroute.c
1917
register struct hostent *hp;
usr.sbin/traceroute6/traceroute6.c
356
struct hostent *hp;
usr.sbin/ypbind/ypbind.c
996
struct hostent *h;
usr.sbin/yppoll/yppoll.c
75
struct hostent *h;
usr.sbin/ypserv/common/yplib_host.c
69
struct hostent *h;
usr.sbin/ypserv/yp_dnslookup.c
105
extern struct hostent *__dns_getanswer(char *, int, char *, int);
usr.sbin/ypserv/yp_dnslookup.c
350
struct hostent *hent;
usr.sbin/ypserv/yp_dnslookup.c
68
parse(struct hostent *hp)
usr.sbin/ypset/ypset.c
114
struct hostent *hent;
usr.sbin/ypset/ypset.c
61
struct hostent *hp;