Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libbind/dist/irs/
H A Dgen.c157 acc->ho_map = irs_gen_ho; in irs_gen_acc()
359 if (inst->ho == NULL && inst->acc->ho_map != NULL) in add_rule()
360 inst->ho = (*inst->acc->ho_map)(inst->acc); in add_rule()
H A Dlcl.c88 acc->ho_map = irs_lcl_ho; in irs_lcl_acc()
H A Dnis.c100 acc->ho_map = irs_nis_ho; in irs_nis_acc()
H A Ddns.c101 acc->ho_map = irs_dns_ho; in irs_dns_acc()
H A Dirp.c118 acc->ho_map = irs_irp_ho; in irs_irp_acc()
H A Dgethostent.c953 net_data->ho = (*net_data->irs->ho_map)(net_data->irs); in init()
H A Dgetaddrinfo.c1242 net_data->ho = (*net_data->irs->ho_map)(net_data->irs); in init()
/netbsd-src/external/bsd/libbind/dist/include/
H A Dirs.h175 struct irs_ho * (*ho_map) __P((struct irs_acc *)); member