hesiod_to_bind (3) Linux Manual Page
NAME hesiod, hesiod_init, hesiod_resolve, hesiod_free_list, hesiod_to_bind, hesiod_free_string, hesiod_end – Hesiod name server interface library SYNOPSIS #include <hesiod.h> int hesiod_init(void **context) char **hesiod_resolve(void *context, const char *name, const char *type) void hesiod_free_list(void *context, char **list); char *hesiod_to_bind(void *context, const char *name, const char *type) void hesiod_free_string(void *context, char *str); char **hesiod_parse_result(void *context, void hesiod_end(void *context) cc…
