Searched refs:hesiod_resolve (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libresolv2/include/ |
H A D | hesiod.h | 33 char ** hesiod_resolve __P((void *, const char *, const char *));
|
/titanic_50/usr/src/lib/libresolv2/common/irs/ |
H A D | hesiod.c | 61 char ** hesiod_resolve(void *context, const char *name, 183 else if ((rhs_list = hesiod_resolve(context, cp + 1, in hesiod_to_bind() 232 hesiod_resolve(void *context, const char *name, const char *type) { in hesiod_resolve() function
|
H A D | dns_pr.c | 128 if (!(hes_list = hesiod_resolve(dns->hes_ctx, name, "protocol"))) in pr_byname() 145 if (!(hes_list = hesiod_resolve(dns->hes_ctx, numstr, "protonum"))) in pr_bynumber()
|
H A D | dns_sv.c | 144 if (!(hes_list = hesiod_resolve(dns->hes_ctx, name, "service"))) in sv_byname() 161 if (!(hes_list = hesiod_resolve(dns->hes_ctx, portstr, "port"))) in sv_byport()
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | udb.c | 1258 hp = hesiod_resolve(HesiodContext, name, type);
|
H A D | map.c | 5471 hp = hesiod_resolve(HesiodContext, np, map->map_file); 5483 hp = hesiod_resolve(HesiodContext, name, map->map_file);
|