Home
last modified time | relevance | path

Searched refs:firedns_getip6 (Results 1 – 3 of 3) sorted by path

/dports/dns/firedns/firedns/
H A Dfiredns.c612 int firedns_getip6(const char * restrict const name) { in firedns_getip6() function
1413 fd = firedns_getip6(name); in firedns_resolveip6_i()
H A Dfiredns.h75 int firedns_getip6(const char * const name);
H A Dtester.c64 fd = firedns_getip6(string); in do_firedns_getip6()