Home
last modified time | relevance | path

Searched refs:ho_byname2 (Results 1 – 4 of 4) sorted by last modified time

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dlcl_ho.c125 static struct hostent * ho_byname2(struct irs_ho *this, const char *name,
171 ho->byname2 = ho_byname2; in irs_lcl_ho()
206 hp = ho_byname2(this, name, AF_INET6); in ho_byname()
210 return (ho_byname2(this, name, AF_INET)); in ho_byname()
214 ho_byname2(struct irs_ho *this, const char *name, int af) { in ho_byname2() function
H A Dirp_ho.c69 static struct hostent * ho_byname2(struct irs_ho *this, const char *name,
114 ho->byname2 = ho_byname2; in irs_irp_ho()
152 return (ho_byname2(this, name, AF_INET)); in ho_byname()
165 ho_byname2(struct irs_ho *this, const char *name, int af) { in ho_byname2() function
H A Ddns_ho.c144 static struct hostent * ho_byname2(struct irs_ho *this, const char *name,
195 ho->byname2 = ho_byname2; in irs_dns_ho()
228 hp = ho_byname2(this, name, AF_INET6); in ho_byname()
232 return (ho_byname2(this, name, AF_INET)); in ho_byname()
236 ho_byname2(struct irs_ho *this, const char *name, int af) in ho_byname2() function
H A Dgen_ho.c56 static struct hostent * ho_byname2(struct irs_ho *this, const char *name,
96 ho->byname2 = ho_byname2; in irs_gen_ho()
164 ho_byname2(struct irs_ho *this, const char *name, int af) { in ho_byname2() function