Searched refs:ho_byname2 (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | irp_ho.c | 69 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 D | lcl_ho.c | 125 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 D | gen_ho.c | 56 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
|
H A D | dns_ho.c | 144 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
|