Lines Matching defs:target
165 IptablesTarget target = V4;
167 target = V6;
178 res |= execIptables(target, op, LOCAL_INPUT, "-d", addr, "-j", "RETURN", NULL);
179 res |= execIptables(target, op, LOCAL_OUTPUT, "-s", addr, "-j", "RETURN", NULL);
190 IptablesTarget target = V4;
192 target = V6;
209 res |= execIptables(target, op, LOCAL_INPUT, "-s", addr, "-p", protocolStr,
211 res |= execIptables(target, op, LOCAL_OUTPUT, "-d", addr, "-p", protocolStr,
233 const char* target;
236 target = "RETURN";
240 target = "DROP";
267 op, chainName.c_str(), uid, target);
279 std::string FirewallController::makeUidRules(IptablesTarget target, const char *name,
305 if (target == V6) {