Home
last modified time | relevance | path

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

/dragonfly/lib/libssh/openbsd-compat/
H A Dgetrrsetbyname-ldns.c99 if ((err = ldns_resolver_new_frm_file(&ldns_res, NULL)) != \ in getrrsetbyname()
/dragonfly/contrib/ldns/
H A Dhigher.c282 s = ldns_resolver_new_frm_file(&r, NULL); in ldns_getaddrinfo()
H A Dresolver.c1002 ldns_resolver_new_frm_file(ldns_resolver **res, const char *filename) in ldns_resolver_new_frm_file() function
/dragonfly/contrib/ldns/ldns/
H A Dresolver.h730 ldns_status ldns_resolver_new_frm_file(ldns_resolver **r, const char *filename);
/dragonfly/contrib/ldns/drill/
H A Ddrill.c604 status = ldns_resolver_new_frm_file(&res, resolv_conf_file); in main()
623 status = ldns_resolver_new_frm_file(&cmdline_res, resolv_conf_file); in main()