OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOCAL_OUTPUT
(Results
1 - 5
of
5
) sorted by null
/system/netd/
FirewallController.h
51
static const char*
LOCAL_OUTPUT
;
FirewallController.cpp
31
const char* FirewallController::
LOCAL_OUTPUT
= "fw_OUTPUT";
49
res |= execIptables(V4V6, "-A",
LOCAL_OUTPUT
, "-j", "REJECT", NULL);
60
res |= execIptables(V4V6, "-F",
LOCAL_OUTPUT
, NULL);
81
res |= execIptables(V4V6, op,
LOCAL_OUTPUT
, "-o", iface, "-j", "RETURN", NULL);
100
res |= execIptables(target, op,
LOCAL_OUTPUT
, "-s", addr, "-j", "RETURN", NULL);
127
res |= execIptables(target, op,
LOCAL_OUTPUT
, "-d", addr, "-p", protocolStr,
146
res |= execIptables(V4V6, op,
LOCAL_OUTPUT
, "-m", "owner", "--uid-owner", uidStr,
BandwidthController.h
96
static const char*
LOCAL_OUTPUT
;
CommandListener.cpp
78
FirewallController::
LOCAL_OUTPUT
,
79
BandwidthController::
LOCAL_OUTPUT
,
[
all
...]
BandwidthController.cpp
55
const char* BandwidthController::
LOCAL_OUTPUT
= "bw_OUTPUT";
[
all
...]
Completed in 41 milliseconds