Home | History | Annotate | Download | only in server

Lines Matching refs:BLACKLIST

60     // If no rules are set, it's in BLACKLIST mode
61 mFirewallType = BLACKLIST;
144 if (mFirewallType == BLACKLIST) {
145 // Unsupported in BLACKLIST mode
168 if (mFirewallType == BLACKLIST) {
169 // Unsupported in BLACKLIST mode
193 if (mFirewallType == BLACKLIST) {
194 // Unsupported in BLACKLIST mode
229 return BLACKLIST;
235 return BLACKLIST;
250 } else { // BLACKLIST mode
324 // Whitelist or blacklist the specified UIDs.
331 // blacklist chain, because all user-defined chains implicitly RETURN at the end.