Searched refs:ho_byname2 (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/libbind/dist/irs/ |
H A D | irp_ho.c | 75 static struct hostent * ho_byname2(struct irs_ho *this, const char *name, 120 ho->byname2 = ho_byname2; in irs_irp_ho() 158 return (ho_byname2(this, name, AF_INET)); in ho_byname() 171 ho_byname2(struct irs_ho *this, const char *name, int af) { in ho_byname2() function
|
H A D | lcl_ho.c | 131 static struct hostent * ho_byname2(struct irs_ho *this, const char *name, 177 ho->byname2 = ho_byname2; in irs_lcl_ho() 212 hp = ho_byname2(this, name, AF_INET6); in ho_byname() 216 return (ho_byname2(this, name, AF_INET)); in ho_byname() 220 ho_byname2(struct irs_ho *this, const char *name, int af) { in ho_byname2() function
|
H A D | nis_ho.c | 103 static struct hostent * ho_byname2(struct irs_ho *this, const char *name, 144 ho->byname2 = ho_byname2; in irs_nis_ho() 178 hp = ho_byname2(this, name, AF_INET6); in ho_byname() 182 return (ho_byname2(this, name, AF_INET)); in ho_byname() 186 ho_byname2(struct irs_ho *this, const char *name, int af) { in ho_byname2() function
|
H A D | gen_ho.c | 62 static struct hostent * ho_byname2(struct irs_ho *this, const char *name, 102 ho->byname2 = ho_byname2; in irs_gen_ho() 170 ho_byname2(struct irs_ho *this, const char *name, int af) { in ho_byname2() function
|
H A D | dns_ho.c | 150 static struct hostent * ho_byname2(struct irs_ho *this, const char *name, 201 ho->byname2 = ho_byname2; in irs_dns_ho() 234 hp = ho_byname2(this, name, AF_INET6); in ho_byname() 238 return (ho_byname2(this, name, AF_INET)); in ho_byname() 242 ho_byname2(struct irs_ho *this, const char *name, int af) in ho_byname2() function
|