OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:execIptablesSilently
(Results
1 - 3
of
3
) sorted by null
/system/netd/
NetdConstants.h
37
int
execIptablesSilently
(IptablesTarget target, ...);
NetdConstants.cpp
102
int
execIptablesSilently
(IptablesTarget target, ...) {
CommandListener.cpp
124
execIptablesSilently
(target, "-t", table, "-D", parentChain, "-j", *childChain, NULL);
125
execIptablesSilently
(target, "-t", table, "-F", *childChain, NULL);
126
execIptablesSilently
(target, "-t", table, "-X", *childChain, NULL);
[
all
...]
Completed in 36 milliseconds