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

  /system/netd/server/
FirewallController.h 33 enum FirewallType { WHITELIST, BLACKLIST };
54 int enableFirewall(FirewallType);
90 FirewallType mFirewallType;
95 int createChain(const char*, FirewallType);
96 FirewallType getFirewallType(ChildChain);
TrafficController.h 93 int changeUidOwnerRule(ChildChain chain, const uid_t uid, FirewallRule rule, FirewallType type);
101 FirewallRule rule, FirewallType type);
107 FirewallType type);
FirewallController.cpp 91 int FirewallController::enableFirewall(FirewallType ftype) {
198 FirewallType FirewallController::getFirewallType(ChildChain chain) {
216 FirewallType firewallType = getFirewallType(chain);
217 if (firewallType == WHITELIST) {
246 return gCtls->trafficCtrl.changeUidOwnerRule(chain, uid, rule, firewallType);
259 int FirewallController::createChain(const char* chain, FirewallType type) {
CommandListener.h 130 static FirewallType parseFirewallType(const char* arg);
FirewallControllerTest.cpp 47 int createChain(const char* a, FirewallType b) {
TrafficController.cpp 433 FirewallRule rule, FirewallType type) {
451 FirewallType type) {
482 FirewallType type) {
508 FirewallType type;
CommandListener.cpp     [all...]

Completed in 70 milliseconds