Searched defs:FirewallType (Results 1 - 1 of 1) sorted by relevance

/system/netd/server/
H A DFirewallController.h27 enum FirewallType { WHITELIST, BLACKLIST }; enum
44 int enableFirewall(FirewallType);
71 FirewallType mFirewallType;
74 int createChain(const char*, const char*, FirewallType);
75 FirewallType getFirewallType(ChildChain);

Completed in 45 milliseconds