OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NetdCommand
(Results
1 - 9
of
9
) sorted by null
/system/netd/server/
NetdCommand.cpp
17
#include "
NetdCommand
.h"
19
NetdCommand
::
NetdCommand
(const char *cmd) :
NetdCommand.h
22
class
NetdCommand
: public FrameworkCommand {
24
NetdCommand
(const char *cmd);
25
virtual ~
NetdCommand
() {}
CommandListener.h
23
#include "
NetdCommand
.h"
49
class SoftapCmd : public
NetdCommand
{
56
class InterfaceCmd : public
NetdCommand
{
63
class IpFwdCmd : public
NetdCommand
{
70
class TetherCmd : public
NetdCommand
{
77
class NatCmd : public
NetdCommand
{
84
class ListTtysCmd : public
NetdCommand
{
91
class PppdCmd : public
NetdCommand
{
98
class BandwidthControlCmd : public
NetdCommand
{
109
class IdletimerControlCmd : public
NetdCommand
{
[
all
...]
DnsProxyListener.h
25
#include "
NetdCommand
.h"
45
class GetAddrInfoCmd : public
NetdCommand
{
79
class GetHostByNameCmd : public
NetdCommand
{
110
class GetHostByAddrCmd : public
NetdCommand
{
MDnsSdListener.h
24
#include "
NetdCommand
.h"
103
class Handler : public
NetdCommand
{
CommandListener.cpp
251
NetdCommand
("interface") {
480
NetdCommand
("list_ttys") {
497
NetdCommand
("ipfwd") {
557
NetdCommand
("tether") {
660
NetdCommand
("nat") {
700
NetdCommand
("pppd") {
752
NetdCommand
("softap") {
798
NetdCommand
("resolver") {
865
NetdCommand
("bandwidth") {
[
all
...]
DnsProxyListener.cpp
227
NetdCommand
("getaddrinfo"),
303
NetdCommand
("gethostbyname"),
415
NetdCommand
("gethostbyaddr"),
Android.mk
88
NetdCommand
.cpp \
MDnsSdListener.cpp
54
NetdCommand
("mdnssd") {
Completed in 1076 milliseconds