OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dnsproxylistener
(Results
1 - 8
of
8
) sorted by null
/system/netd/server/
DnsProxyListener.h
26
class
DnsProxyListener
: public FrameworkListener {
28
explicit
DnsProxyListener
(const NetworkController* netCtrl);
29
virtual ~
DnsProxyListener
() {}
35
GetAddrInfoCmd(const
DnsProxyListener
*
dnsProxyListener
);
39
const
DnsProxyListener
* mDnsProxyListener;
69
GetHostByNameCmd(const
DnsProxyListener
*
dnsProxyListener
);
73
const
DnsProxyListener
* mDnsProxyListener;
98
GetHostByAddrCmd(const
DnsProxyListener
* dnsProxyListener)
[
all
...]
DnsProxyListener.cpp
31
#define LOG_TAG "
DnsProxyListener
"
39
#include "
DnsProxyListener
.h"
44
DnsProxyListener
::
DnsProxyListener
(const NetworkController* netCtrl) :
51
DnsProxyListener
::GetAddrInfoHandler::GetAddrInfoHandler(SocketClient *c,
65
DnsProxyListener
::GetAddrInfoHandler::~GetAddrInfoHandler() {
71
void
DnsProxyListener
::GetAddrInfoHandler::start() {
74
DnsProxyListener
::GetAddrInfoHandler::threadStart, this);
78
void*
DnsProxyListener
::GetAddrInfoHandler::threadStart(void* obj) {
122
void
DnsProxyListener
::GetAddrInfoHandler::run()
[
all
...]
main.cpp
35
#include "
DnsProxyListener
.h"
51
DnsProxyListener
*dpl;
76
dpl = new
DnsProxyListener
(CommandListener::sNetCtrl);
78
ALOGE("Unable to start
DnsProxyListener
(%s)", strerror(errno));
Android.mk
46
DnsProxyListener
.cpp \
RouteController.cpp
490
// This is needed for
DnsProxyListener
to correctly resolve a request for a user who is in the
491
// target set, but where the
DnsProxyListener
itself is not.
[
all
...]
NetworkController.cpp
20
// and
DnsProxyListener
). So, all accesses to shared state are guarded by a lock.
/bionic/libc/dns/include/
resolv_netid.h
39
* Passing NETID_UNSET as the netId causes system/netd/server/
DnsProxyListener
.cpp to
/bionic/libc/dns/
gethnamaddr.c
568
/* This is reading serialized data from system/netd/server/
DnsProxyListener
.cpp
766
/* This is writing to system/netd/server/
DnsProxyListener
.cpp and changes
[
all
...]
Completed in 1187 milliseconds