Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c134 static int default_to_accept = 1; variable
136 static int default_to_accept; variable
223 SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, default_to_accept, CTLFLAG_RDTUN,
224 &default_to_accept, 0,
3599 default_to_accept ? "accept" : "deny"); in ipfw_init()
3688 rule->cmd[0].opcode = default_to_accept ? O_ACCEPT : O_DENY; in vnet_ipfw_init()