Home
last modified time | relevance | path

Searched refs:default_to_accept (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfw/
HDip_fw2.c132 static int default_to_accept = 1; variable
134 static int default_to_accept; variable
219 SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, default_to_accept, CTLFLAG_RDTUN,
220 &default_to_accept, 0,
3413 default_to_accept ? "accept" : "deny"); in ipfw_init()
3502 rule->cmd[0].opcode = default_to_accept ? O_ACCEPT : O_DENY; in vnet_ipfw_init()