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
22
#include "
NetdCommand
.h"
57
class SoftapCmd : public
NetdCommand
{
64
class InterfaceCmd : public
NetdCommand
{
71
class IpFwdCmd : public
NetdCommand
{
78
class TetherCmd : public
NetdCommand
{
85
class NatCmd : public
NetdCommand
{
92
class ListTtysCmd : public
NetdCommand
{
99
class PppdCmd : public
NetdCommand
{
106
class BandwidthControlCmd : public
NetdCommand
{
117
class IdletimerControlCmd : public
NetdCommand
{
[
all
...]
DnsProxyListener.h
23
#include "
NetdCommand
.h"
34
class GetAddrInfoCmd : public
NetdCommand
{
66
class GetHostByNameCmd : public
NetdCommand
{
95
class GetHostByAddrCmd : public
NetdCommand
{
CommandListener.cpp
261
NetdCommand
("interface") {
490
NetdCommand
("list_ttys") {
507
NetdCommand
("ipfwd") {
567
NetdCommand
("tether") {
677
NetdCommand
("nat") {
717
NetdCommand
("pppd") {
769
NetdCommand
("softap") {
815
NetdCommand
("resolver") {
871
NetdCommand
("bandwidth") {
[
all
...]
MDnsSdListener.h
24
#include "
NetdCommand
.h"
103
class Handler : public
NetdCommand
{
Android.mk
59
NetdCommand
.cpp \
DnsProxyListener.cpp
189
NetdCommand
("getaddrinfo"),
271
NetdCommand
("gethostbyname"),
378
NetdCommand
("gethostbyaddr"),
MDnsSdListener.cpp
51
NetdCommand
("mdnssd") {
Completed in 697 milliseconds