Symbol: hostent_ext
lib/libc/asr/gethostnamadr_async.c
150
struct hostent_ext *h;
lib/libc/asr/gethostnamadr_async.c
420
static struct hostent_ext *
lib/libc/asr/gethostnamadr_async.c
423
struct hostent_ext *h;
lib/libc/asr/gethostnamadr_async.c
441
static struct hostent_ext *
lib/libc/asr/gethostnamadr_async.c
446
struct hostent_ext *h;
lib/libc/asr/gethostnamadr_async.c
492
static struct hostent_ext *
lib/libc/asr/gethostnamadr_async.c
495
struct hostent_ext *h;
lib/libc/asr/gethostnamadr_async.c
56
static struct hostent_ext *hostent_alloc(int);
lib/libc/asr/gethostnamadr_async.c
57
static int hostent_set_cname(struct hostent_ext *, const char *, int);
lib/libc/asr/gethostnamadr_async.c
576
static struct hostent_ext *
lib/libc/asr/gethostnamadr_async.c
579
struct hostent_ext *h;
lib/libc/asr/gethostnamadr_async.c
58
static void hostent_add_alias(struct hostent_ext *, const char *, int);
lib/libc/asr/gethostnamadr_async.c
59
static int hostent_add_addr(struct hostent_ext *, const void *, size_t);
lib/libc/asr/gethostnamadr_async.c
597
hostent_set_cname(struct hostent_ext *h, const char *name, int isdname)
lib/libc/asr/gethostnamadr_async.c
60
static struct hostent_ext *hostent_from_addr(int, const char *, const char *);
lib/libc/asr/gethostnamadr_async.c
61
static struct hostent_ext *hostent_file_match(FILE *, int, int, const char *,
lib/libc/asr/gethostnamadr_async.c
624
hostent_add_alias(struct hostent_ext *h, const char *name, int isdname)
lib/libc/asr/gethostnamadr_async.c
63
static struct hostent_ext *hostent_from_packet(int, int, char *, size_t);
lib/libc/asr/gethostnamadr_async.c
653
hostent_add_addr(struct hostent_ext *h, const void *addr, size_t size)
lib/libc/asr/gethostnamadr_async.c
677
struct hostent_ext *h;
lib/libc/asr/gethostnamadr_async.c
693
h = (struct hostent_ext *)ar->ar_hostent;