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 Ddns_pr.c128 if (!(hes_list = hesiod_resolve(dns->hes_ctx, name, "protocol")))
145 if (!(hes_list = hesiod_resolve(dns->hes_ctx, numstr, "protonum")))
H A Ddns_sv.c144 if (!(hes_list = hesiod_resolve(dns->hes_ctx, name, "service")))
161 if (!(hes_list = hesiod_resolve(dns->hes_ctx, portstr, "port")))
H A Dhesiod.c61 char ** hesiod_resolve(void *context, const char *name,
183 else if ((rhs_list = hesiod_resolve(context, cp + 1,
232 hesiod_resolve(void *context, const char *name, const char *type) { function
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dudb.c1258 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);

Completed in 114 milliseconds