hesiod_resolve
hp = hesiod_resolve(HesiodContext, np, map->map_file);
hp = hesiod_resolve(HesiodContext, name, map->map_file);
hp = hesiod_resolve(HesiodContext, name, type);
if (!(hes_list = hesiod_resolve(dns->hes_ctx, name, "protocol")))
if (!(hes_list = hesiod_resolve(dns->hes_ctx, numstr, "protonum")))
if (!(hes_list = hesiod_resolve(dns->hes_ctx, name, "service")))
if (!(hes_list = hesiod_resolve(dns->hes_ctx, portstr, "port")))
else if ((rhs_list = hesiod_resolve(context, cp + 1,
char ** hesiod_resolve(void *context, const char *name,
char ** hesiod_resolve __P((void *, const char *, const char *));