OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IptablesTarget
(Results
1 - 6
of
6
) sorted by null
/system/netd/
NetdConstants.h
34
enum
IptablesTarget
{ V4, V6, V4V6 };
36
int execIptables(
IptablesTarget
target, ...);
37
int execIptablesSilently(
IptablesTarget
target, ...);
NetdConstants.cpp
65
static int execIptables(
IptablesTarget
target, bool silent, va_list args) {
94
int execIptables(
IptablesTarget
target, ...) {
102
int execIptablesSilently(
IptablesTarget
target, ...) {
FirewallController.cpp
86
IptablesTarget
target = V4;
106
IptablesTarget
target = V4;
SecondaryTableController.h
80
IptablesTarget
getIptablesTarget(const char *addr);
SecondaryTableController.cpp
212
IptablesTarget
SecondaryTableController::getIptablesTarget(const char *addr) {
CommandListener.cpp
112
static void createChildChains(
IptablesTarget
target, const char* table, const char* parentChain,
[
all
...]
Completed in 551 milliseconds