OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NetdCommand
(Results
1 - 7
of
7
) sorted by null
/system/netd/
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"
52
class SoftapCmd : public
NetdCommand
{
59
class InterfaceCmd : public
NetdCommand
{
66
class IpFwdCmd : public
NetdCommand
{
73
class TetherCmd : public
NetdCommand
{
80
class NatCmd : public
NetdCommand
{
87
class ListTtysCmd : public
NetdCommand
{
94
class PppdCmd : public
NetdCommand
{
101
class PanCmd : public
NetdCommand
{
108
class BandwidthControlCmd : public
NetdCommand
{
[
all
...]
DnsProxyListener.h
23
#include "
NetdCommand
.h"
31
class GetAddrInfoCmd : public
NetdCommand
{
64
class GetHostByAddrCmd : public
NetdCommand
{
Android.mk
10
NetdCommand
.cpp \
CommandListener.cpp
84
NetdCommand
("interface") {
445
NetdCommand
("list_ttys") {
462
NetdCommand
("ipfwd") {
500
NetdCommand
("tether") {
598
NetdCommand
("nat") {
635
NetdCommand
("pppd") {
687
NetdCommand
("pan") {
726
NetdCommand
("softap") {
779
NetdCommand
("resolver") {
889
NetdCommand
("bandwidth")
[
all
...]
DnsProxyListener.cpp
99
NetdCommand
("getaddrinfo") {
161
NetdCommand
("gethostbyaddr") {
Completed in 60 milliseconds