Home | History | Annotate | Download | only in server

Lines Matching refs:LOCAL_INPUT

39 const char* FirewallController::LOCAL_INPUT = "fw_INPUT";
68 res |= createChain(LOCAL_DOZABLE, LOCAL_INPUT, firewallType);
71 res |= createChain(LOCAL_STANDBY, LOCAL_INPUT, firewallType);
74 res |= createChain(LOCAL_POWERSAVE, LOCAL_INPUT, firewallType);
87 res |= execIptables(V4V6, "-A", LOCAL_INPUT, "-j", "DROP", NULL);
104 res |= execIptables(V4V6, "-F", LOCAL_INPUT, NULL);
129 res |= attachChain(name, LOCAL_INPUT);
132 res |= detachChain(name, LOCAL_INPUT);
162 res |= execIptables(V4V6, op, LOCAL_INPUT, "-i", iface, "-j", "RETURN", NULL);
186 res |= execIptables(target, op, LOCAL_INPUT, "-d", addr, "-j", "RETURN", NULL);
217 res |= execIptables(target, op, LOCAL_INPUT, "-s", addr, "-p", protocolStr,
271 res |= execIptables(V4V6, op, LOCAL_INPUT, "-m", "owner", "--uid-owner", uidStr,