HomeSort by relevance Sort by last modified time
    Searched refs:IptablesTarget (Results 1 - 6 of 6) sorted by null

  /system/netd/
NetdConstants.h 32 enum IptablesTarget { V4, V6, V4V6 };
34 int execIptables(IptablesTarget target, ...);
35 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 84 IptablesTarget getIptablesTarget(const char *addr);
SecondaryTableController.cpp 222 IptablesTarget SecondaryTableController::getIptablesTarget(const char *addr) {
623 IptablesTarget target = !strcmp(getVersion(host), "-4") ? V4 : V6;
CommandListener.cpp 114 static void createChildChains(IptablesTarget target, const char* table, const char* parentChain,
    [all...]

Completed in 152 milliseconds