Home
last modified time | relevance | path

Searched refs:byname2 (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgen_ho.c96 ho->byname2 = ho_byname2; in irs_gen_ho()
179 rval = (*ho->byname2)(ho, name, af); in ho_byname2()
H A Dlcl_ho.c171 ho->byname2 = ho_byname2; in irs_lcl_ho()
526 hp = (*this->byname2)(this, name, p->family); in ho_addrinfo()
H A Dirp_ho.c114 ho->byname2 = ho_byname2; in irs_irp_ho()
H A Dgethostent.c164 net_data->ho_last = (*ho->byname2)(ho, name, af); in gethostbyname2_p()
H A Ddns_ho.c195 ho->byname2 = ho_byname2; in irs_dns_ho()
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dirs.h110 struct hostent *(*byname2) __P((struct irs_ho *, const char *, int)); member