Home
last modified time | relevance | path

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

/third_party/musl/include/
Dnetdb.h28 typedef int (*custom_dns_resolver)(const char *host, const char *serv, typedef
78 int setdnsresolvehook(custom_dns_resolver hookfunc);
/third_party/musl/porting/linux/user/src/network/
Dgetaddrinfo.c26 static custom_dns_resolver g_customdnsresolvehook;
30 int setdnsresolvehook(custom_dns_resolver hookfunc) in setdnsresolvehook()
/third_party/musl/src/network/linux/
Dgetaddrinfo.c26 static custom_dns_resolver g_customdnsresolvehook;
30 int setdnsresolvehook(custom_dns_resolver hookfunc) in setdnsresolvehook()