Home
last modified time | relevance | path

Searched refs:ReceiveDNSReply (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/
Ddns_client.h88 void ReceiveDNSReply(int status, struct hostent* hostent);
Ddns_client.cc230 void DNSClient::ReceiveDNSReply(int status, struct hostent* hostent) { in ReceiveDNSReply() function in shill::DNSClient
299 res->ReceiveDNSReply(status, hostent); in ReceiveDNSReplyCB()