Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/include/
H A Dhesiod.h33 char ** hesiod_resolve __P((void *, const char *, const char *));
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dhesiod.c57 char ** hesiod_resolve(void *context, const char *name,
179 else if ((rhs_list = hesiod_resolve(context, cp + 1, in hesiod_to_bind()
228 hesiod_resolve(void *context, const char *name, const char *type) { in hesiod_resolve() function
H A Ddns_pr.c124 if (!(hes_list = hesiod_resolve(dns->hes_ctx, name, "protocol"))) in pr_byname()
141 if (!(hes_list = hesiod_resolve(dns->hes_ctx, numstr, "protonum"))) in pr_bynumber()
H A Ddns_sv.c140 if (!(hes_list = hesiod_resolve(dns->hes_ctx, name, "service"))) in sv_byname()
157 if (!(hes_list = hesiod_resolve(dns->hes_ctx, portstr, "port"))) in sv_byport()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dudb.c1256 hp = hesiod_resolve(HesiodContext, name, type);
H A Dmap.c5471 hp = hesiod_resolve(HesiodContext, np, map->map_file);
5483 hp = hesiod_resolve(HesiodContext, name, map->map_file);