Searched defs:ho_byname2 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgen_ho.c60 static struct hostent * ho_byname2(struct irs_ho *this, const char *name,
100 ho->byname2 = ho_byname2;
168 ho_byname2(struct irs_ho *this, const char *name, int af) { function
H A Dirp_ho.c73 static struct hostent * ho_byname2(struct irs_ho *this, const char *name,
118 ho->byname2 = ho_byname2;
156 return (ho_byname2(this, name, AF_INET));
164 * struct hostent * ho_byname2(struct irs_ho *this, const char *name, int af)
169 ho_byname2(struct irs_ho *this, const char *name, int af) { function
H A Dlcl_ho.c129 static struct hostent * ho_byname2(struct irs_ho *this, const char *name,
175 ho->byname2 = ho_byname2;
210 hp = ho_byname2(this, name, AF_INET6);
214 return (ho_byname2(this, name, AF_INET));
218 ho_byname2(struct irs_ho *this, const char *name, int af) { function
H A Ddns_ho.c148 static struct hostent * ho_byname2(struct irs_ho *this, const char *name,
199 ho->byname2 = ho_byname2;
232 hp = ho_byname2(this, name, AF_INET6);
236 return (ho_byname2(this, name, AF_INET));
240 ho_byname2(struct irs_ho *this, const char *name, int af) function

Completed in 57 milliseconds