OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOCAL_INPUT
(Results
1 - 5
of
5
) sorted by null
/system/netd/server/
FirewallController.cpp
39
const char* FirewallController::
LOCAL_INPUT
= "fw_INPUT";
68
res |= createChain(LOCAL_DOZABLE,
LOCAL_INPUT
, firewallType);
71
res |= createChain(LOCAL_STANDBY,
LOCAL_INPUT
, firewallType);
74
res |= createChain(LOCAL_POWERSAVE,
LOCAL_INPUT
, firewallType);
87
res |= execIptables(V4V6, "-A",
LOCAL_INPUT
, "-j", "DROP", NULL);
104
res |= execIptables(V4V6, "-F",
LOCAL_INPUT
, NULL);
129
res |= attachChain(name,
LOCAL_INPUT
);
132
res |= detachChain(name,
LOCAL_INPUT
);
162
res |= execIptables(V4V6, op,
LOCAL_INPUT
, "-i", iface, "-j", "RETURN", NULL);
186
res |= execIptables(target, op,
LOCAL_INPUT
, "-d", addr, "-j", "RETURN", NULL)
[
all
...]
FirewallController.h
72
static const char*
LOCAL_INPUT
;
BandwidthController.h
110
static const char*
LOCAL_INPUT
;
CommandListener.cpp
114
BandwidthController::
LOCAL_INPUT
,
115
FirewallController::
LOCAL_INPUT
,
[
all
...]
BandwidthController.cpp
61
const char* BandwidthController::
LOCAL_INPUT
= "bw_INPUT";
[
all
...]
Completed in 47 milliseconds