Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgen.c161 acc->ho_map = irs_gen_ho; in irs_gen_acc()
363 if (inst->ho == NULL && inst->acc->ho_map != NULL) in add_rule()
364 inst->ho = (*inst->acc->ho_map)(inst->acc); in add_rule()
H A Dlcl.c80 acc->ho_map = irs_lcl_ho; in irs_lcl_acc()
H A Dnis.c92 acc->ho_map = irs_nis_ho; in irs_nis_acc()
H A Ddns.c95 acc->ho_map = irs_dns_ho; in irs_dns_acc()
H A Dirp.c110 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.c969 net_data->ho = (*net_data->irs->ho_map)(net_data->irs);
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dirs.h173 struct irs_ho * (*ho_map) __P((struct irs_acc *)); member