HomeSort by: relevance | last modified time | path
    Searched defs:ho_byname2 (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/libbind/dist/irs/
gen_ho.c 62 static struct hostent * ho_byname2(struct irs_ho *this, const char *name,
102 ho->byname2 = ho_byname2;
170 ho_byname2(struct irs_ho *this, const char *name, int af) { function
irp_ho.c 75 static struct hostent * ho_byname2(struct irs_ho *this, const char *name,
120 ho->byname2 = ho_byname2;
158 return (ho_byname2(this, name, AF_INET));
166 * struct hostent * ho_byname2(struct irs_ho *this, const char *name, int af)
171 ho_byname2(struct irs_ho *this, const char *name, int af) { function
lcl_ho.c 131 static struct hostent * ho_byname2(struct irs_ho *this, const char *name,
177 ho->byname2 = ho_byname2;
212 hp = ho_byname2(this, name, AF_INET6);
216 return (ho_byname2(this, name, AF_INET));
220 ho_byname2(struct irs_ho *this, const char *name, int af) { function
nis_ho.c 103 static struct hostent * ho_byname2(struct irs_ho *this, const char *name,
144 ho->byname2 = ho_byname2;
178 hp = ho_byname2(this, name, AF_INET6);
182 return (ho_byname2(this, name, AF_INET));
186 ho_byname2(struct irs_ho *this, const char *name, int af) { function
dns_ho.c 150 static struct hostent * ho_byname2(struct irs_ho *this, const char *name,
201 ho->byname2 = ho_byname2;
234 hp = ho_byname2(this, name, AF_INET6);
238 return (ho_byname2(this, name, AF_INET));
242 ho_byname2(struct irs_ho *this, const char *name, int af) function

Completed in 89 milliseconds