Home
last modified time | relevance | path

Searched defs:command_tx (Results 1 – 2 of 2) sorted by relevance

/packages/modules/DnsResolver/doh/tests/doh_frontend/src/
Ddns_https_frontend.rs88 command_tx: Option<mpsc::UnboundedSender<ControlCommand>>, field
200 let command_tx = self.command_tx.as_ref().unwrap(); in request_stats() localVariable
/packages/modules/DnsResolver/doh/network/
Dmod.rs72 command_tx: mpsc::Sender<Command>, field