Searched refs:default_to_accept (Results 1 – 3 of 3) sorted by relevance
90 elif [ $(sysctl -n net.inet.ip.fw.default_to_accept) -ne 1 ]; then91 atf_skip "ipfw tests require net.inet.ip.fw.default_to_accept=1 tunable"
50 net.inet.ip.fw.default_to_accept=1
135 static int default_to_accept = 1; variable137 static int default_to_accept; variable224 SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, default_to_accept, CTLFLAG_RDTUN,225 &default_to_accept, 0,3653 default_to_accept ? "accept" : "deny"); in ipfw_init()3743 rule->cmd[0].opcode = default_to_accept ? O_ACCEPT : O_DENY; in vnet_ipfw_init()