Searched refs:DnsOpenProxyType (Results 1 – 3 of 3) sorted by relevance
23 void netdClientInitDnsOpenProxy(int (**DnsOpenProxyType)());
38 typedef int (*DnsOpenProxyType)(); typedef41 DnsOpenProxyType openDnsProxyFuncPtr = openDnsProxyFuncStub;
69 typedef int (*DnsOpenProxyType)(); typedef453 extern "C" void netdClientInitDnsOpenProxy(DnsOpenProxyType* function) { in netdClientInitDnsOpenProxy()