OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:execIptables
(Results
1 - 6
of
6
) sorted by null
/system/netd/server/
FirewallControllerTest.cpp
34
FirewallController::
execIptables
= fakeExecIptables;
StrictController.h
48
static int (*
execIptables
)(IptablesTarget target, ...);
StrictControllerTest.cpp
32
StrictController::
execIptables
= fakeExecIptables;
StrictController.cpp
36
auto StrictController::
execIptables
= ::
execIptables
;
166
execIptables
(V4V6, "-D", LOCAL_OUTPUT,
169
execIptables
(V4V6, "-D", LOCAL_CLEAR_CAUGHT,
172
execIptables
(V4V6, "-D", LOCAL_CLEAR_CAUGHT,
178
res |=
execIptables
(V4V6, "-I", LOCAL_OUTPUT,
183
res |=
execIptables
(V4V6, "-I", LOCAL_CLEAR_CAUGHT,
187
res |=
execIptables
(V4V6, "-I", LOCAL_CLEAR_CAUGHT,
FirewallController.h
88
static int (*
execIptables
)(IptablesTarget target, ...);
NetdConstants.cpp
74
static int
execIptables
(IptablesTarget target, bool silent, va_list args) {
107
int
execIptables
(IptablesTarget target, ...) {
110
int res =
execIptables
(target, false, args);
118
int res =
execIptables
(target, true, args);
Completed in 370 milliseconds