Home
last modified time | relevance | path

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

/system/netd/resolv/
DDnsProxyListener.cpp905 bool sendCodeAndBe32(SocketClient* c, int code, int data) { in sendCodeAndBe32() function
923 sendCodeAndBe32(cli, ResponseCode::DnsProxyQueryResult, -EINVAL); in runCommand()
931 sendCodeAndBe32(cli, ResponseCode::DnsProxyQueryResult, -EINVAL); in runCommand()
943 return sendCodeAndBe32(cli, ResponseCode::DnsProxyQueryResult, netcontext.app_netid) ? 0 : -1; in runCommand()