Home
last modified time | relevance | path

Searched refs:ho_map (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/lib/libresolv2/common/irs/
H A Dgen.c165 acc->ho_map = irs_gen_ho; in irs_gen_acc()
367 if (inst->ho == NULL && inst->acc->ho_map != NULL) in add_rule()
368 inst->ho = (*inst->acc->ho_map)(inst->acc); in add_rule()
H A Dlcl.c86 acc->ho_map = irs_lcl_ho; in irs_lcl_acc()
H A Ddns.c99 acc->ho_map = irs_dns_ho; in irs_dns_acc()
H A Dnis.c98 acc->ho_map = irs_nis_ho; in irs_nis_acc()
H A Dirp.c116 acc->ho_map = irs_irp_ho; in irs_irp_acc()
H A Dgetaddrinfo.c1240 net_data->ho = (*net_data->irs->ho_map)(net_data->irs); in init()
H A Dgethostent.c973 net_data->ho = (*net_data->irs->ho_map)(net_data->irs);
/titanic_44/usr/src/lib/libresolv2/include/
H A Dirs.h173 struct irs_ho * (*ho_map) __P((struct irs_acc *)); member