Lines Matching defs:hostent_ext
39 struct hostent_ext {
55 static struct hostent_ext *hostent_alloc(int);
56 static int hostent_set_cname(struct hostent_ext *, const char *, int);
57 static int hostent_add_alias(struct hostent_ext *, const char *, int);
58 static int hostent_add_addr(struct hostent_ext *, const void *, size_t);
59 static struct hostent_ext *hostent_from_addr(int, const char *, const char *);
60 static struct hostent_ext *hostent_file_match(FILE *, int, int, const char *,
62 static struct hostent_ext *hostent_from_packet(int, int, char *, size_t);
149 struct hostent_ext *h;
414 static struct hostent_ext *
417 struct hostent_ext *h;
435 static struct hostent_ext *
440 struct hostent_ext *h;
487 static struct hostent_ext *
490 struct hostent_ext *h;
562 static struct hostent_ext *
565 struct hostent_ext *h;
583 hostent_set_cname(struct hostent_ext *h, const char *name, int isdname)
610 hostent_add_alias(struct hostent_ext *h, const char *name, int isdname)
640 hostent_add_addr(struct hostent_ext *h, const void *addr, size_t size)
664 struct hostent_ext *h;
680 h = (struct hostent_ext *)ar->ar_hostent;