Home
last modified time | relevance | path

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

/system/netd/server/
DCommandListener.h52 class InterfaceCmd : public NetdCommand {
59 class IpFwdCmd : public NetdCommand {
66 class TetherCmd : public NetdCommand {
73 class NatCmd : public NetdCommand {
80 class ListTtysCmd : public NetdCommand {
87 class PppdCmd : public NetdCommand {
94 class BandwidthControlCmd : public NetdCommand {
105 class IdletimerControlCmd : public NetdCommand {
112 class ResolverCmd : public NetdCommand {
122 class FirewallCmd: public NetdCommand {
[all …]
DNetdCommand.h22 class NetdCommand : public FrameworkCommand {
24 explicit NetdCommand(const char *cmd);
25 virtual ~NetdCommand() {} in ~NetdCommand()
DNetdCommand.cpp19 NetdCommand::NetdCommand(const char *cmd) : in NetdCommand() function in NetdCommand
DDnsProxyListener.h46 class GetAddrInfoCmd : public NetdCommand {
80 class GetHostByNameCmd : public NetdCommand {
111 class GetHostByAddrCmd : public NetdCommand {
DCommandListener.cpp126 NetdCommand("interface") { in InterfaceCmd()
336 NetdCommand("list_ttys") { in ListTtysCmd()
353 NetdCommand("ipfwd") { in IpFwdCmd()
413 NetdCommand("tether") { in TetherCmd()
516 NetdCommand("nat") { in NatCmd()
556 NetdCommand("pppd") { in PppdCmd()
608 NetdCommand("resolver") { in ResolverCmd()
675 NetdCommand("bandwidth") { in BandwidthControlCmd()
963 NetdCommand("idletimer") { in IdletimerControlCmd()
1025 NetdCommand("firewall") { in FirewallCmd()
[all …]
DMDnsSdListener.h105 class Handler : public NetdCommand {
DDnsProxyListener.cpp443 NetdCommand("getaddrinfo"), in GetAddrInfoCmd()
520 NetdCommand("gethostbyname"), in GetHostByNameCmd()
663 NetdCommand("gethostbyaddr"), in GetHostByAddrCmd()
DAndroid.mk113 NetdCommand.cpp \
DMDnsSdListener.cpp54 NetdCommand("mdnssd") { in Handler()