Searched defs:ho_byname2 (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | gen_ho.c | 60 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 D | irp_ho.c | 73 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 D | lcl_ho.c | 129 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 D | dns_ho.c | 148 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 60 milliseconds