Home
last modified time | relevance | path

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

/dragonfly/lib/libc/net/
H A Dhesiod.c70 static char **get_txt_records(int, const char *);
233 retvec = get_txt_records(ctx->classes[0], bindname); in hesiod_resolve()
235 retvec = get_txt_records(ctx->classes[1], bindname); in hesiod_resolve()
352 get_txt_records(int qclass, const char *name) in get_txt_records() function