Home
last modified time | relevance | path

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

/system/connectivity/shill/
Ddns_client.cc67 struct DNSClientState { struct
68 DNSClientState() : channel(nullptr), start_time{} {} in DNSClientState() argument
70 ares_channel channel;
71 map<ares_socket_t, std::shared_ptr<IOHandler>> read_handlers;
72 map<ares_socket_t, std::shared_ptr<IOHandler>> write_handlers;
73 struct timeval start_time;