Home
last modified time | relevance | path

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

/aosp12/packages/modules/DnsResolver/
H A Ddoh.h38 DohServer* doh_new(const char* url, const char* ip_addr, uint32_t mark, const char* cert_path);
H A Ddoh.rs404 pub unsafe extern "C" fn doh_new( in doh_new() function
/aosp12/packages/modules/DnsResolver/tests/
H A Ddoh_ffi_test.cpp24 DohServer* doh = doh_new("https://dns.google/dns-query", "8.8.8.8", 0, ""); in TEST()