Searched refs:NetdCommand (Results 1 – 9 of 9) sorted by relevance
55 class SoftapCmd : public NetdCommand {62 class InterfaceCmd : public NetdCommand {69 class IpFwdCmd : public NetdCommand {76 class TetherCmd : public NetdCommand {83 class NatCmd : public NetdCommand {90 class ListTtysCmd : public NetdCommand {97 class PppdCmd : public NetdCommand {104 class BandwidthControlCmd : public NetdCommand {115 class IdletimerControlCmd : public NetdCommand {122 class ResolverCmd : public NetdCommand {[all …]
22 class NetdCommand : public FrameworkCommand {24 NetdCommand(const char *cmd);25 virtual ~NetdCommand() {} in ~NetdCommand()
19 NetdCommand::NetdCommand(const char *cmd) : in NetdCommand() function in NetdCommand
33 class GetAddrInfoCmd : public NetdCommand {67 class GetHostByNameCmd : public NetdCommand {96 class GetHostByAddrCmd : public NetdCommand {
256 NetdCommand("interface") { in InterfaceCmd()470 NetdCommand("list_ttys") { in ListTtysCmd()487 NetdCommand("ipfwd") { in IpFwdCmd()525 NetdCommand("tether") { in TetherCmd()635 NetdCommand("nat") { in NatCmd()675 NetdCommand("pppd") { in PppdCmd()727 NetdCommand("softap") { in SoftapCmd()773 NetdCommand("resolver") { in ResolverCmd()817 NetdCommand("bandwidth") { in BandwidthControlCmd()1147 NetdCommand("idletimer") { in IdletimerControlCmd()[all …]
54 NetdCommand.cpp \
155 NetdCommand("getaddrinfo"), in GetAddrInfoCmd()234 NetdCommand("gethostbyname"), in GetHostByNameCmd()341 NetdCommand("gethostbyaddr"), in GetHostByAddrCmd()
103 class Handler : public NetdCommand {
51 NetdCommand("mdnssd") { in Handler()