Searched refs:doh_new (Results 1 – 3 of 3) sorted by relevance
38 DohServer* doh_new(const char* url, const char* ip_addr, uint32_t mark, const char* cert_path);
404 pub unsafe extern "C" fn doh_new( in doh_new() function
24 DohServer* doh = doh_new("https://dns.google/dns-query", "8.8.8.8", 0, ""); in TEST()