Home
last modified time | relevance | path

Searched defs:ServerInfo (Results 1 – 3 of 3) sorted by relevance

/packages/modules/DnsResolver/doh/network/
Dmod.rs43 pub struct ServerInfo { struct
67 info: ServerInfo, argument
74 info: ServerInfo, in new()
111 pub fn get_info(&self) -> &ServerInfo { in get_info()
Ddriver.rs76 info: &ServerInfo, in build_connection()
98 info: ServerInfo, in new()
/packages/modules/DnsResolver/doh/dispatcher/
Ddriver.rs104 async fn probe(&mut self, info: ServerInfo, timeout: Duration) -> Result<()> { in probe()