Searched refs:custom_dns_resolver (Results 1 – 3 of 3) sorted by relevance
28 typedef int (*custom_dns_resolver)(const char *host, const char *serv, typedef78 int setdnsresolvehook(custom_dns_resolver hookfunc);
26 static custom_dns_resolver g_customdnsresolvehook;30 int setdnsresolvehook(custom_dns_resolver hookfunc) in setdnsresolvehook()