OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LOCAL_INPUT
(Results
1 - 4
of
4
) sorted by null
/system/netd/
FirewallController.h
50
static const char*
LOCAL_INPUT
;
FirewallController.cpp
30
const char* FirewallController::
LOCAL_INPUT
= "fw_INPUT";
48
res |= execIptables(V4V6, "-A",
LOCAL_INPUT
, "-j", "DROP", NULL);
59
res |= execIptables(V4V6, "-F",
LOCAL_INPUT
, NULL);
80
res |= execIptables(V4V6, op,
LOCAL_INPUT
, "-i", iface, "-j", "RETURN", NULL);
99
res |= execIptables(target, op,
LOCAL_INPUT
, "-d", addr, "-j", "RETURN", NULL);
125
res |= execIptables(target, op,
LOCAL_INPUT
, "-s", addr, "-p", protocolStr,
144
res |= execIptables(V4V6, op,
LOCAL_INPUT
, "-m", "owner", "--uid-owner", uidStr,
BandwidthController.h
94
static const char*
LOCAL_INPUT
;
BandwidthController.cpp
53
const char* BandwidthController::
LOCAL_INPUT
= "bw_INPUT";
[
all
...]
Completed in 256 milliseconds