Searched defs:hostent (Results 1 - 1 of 1) sorted by relevance

/system/connectivity/shill/
H A Ddns_client.cc230 void DNSClient::ReceiveDNSReply(int status, struct hostent* hostent) { argument
242 hostent != nullptr &&
243 hostent->h_addrtype == address_.family() &&
244 static_cast<size_t>(hostent->h_length) ==
246 hostent->h_addr_list != nullptr &&
247 hostent->h_addr_list[0] != nullptr) {
250 hostent->h_addr_list[0]), hostent->h_length));
286 LOG(ERROR) << "ARES returned success but hostent wa
295 ReceiveDNSReplyCB(void* arg, int status, int , struct hostent* hostent) argument
[all...]

Completed in 384 milliseconds