Searched refs:tables_max (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sbin/ipfw/
H A Dipfw2.c2207 uint32_t tables_max; local
2226 tables_max = ipfw_get_tables_max();
2227 if (cmd->o.arg1 > tables_max)
2229 "allowed value (%u)", tables_max - 1);
4124 uint32_t tables_max; local
4129 len = sizeof(tables_max);
4130 if (sysctlbyname("net.inet.ip.fw.tables_max", &tables_max, &len,
4133 tables_max = 128; /* Old conservative default */
4139 ipfw_tables_max = tables_max;
4158 uint32_t tables_max; local
[all...]
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw2.c176 SYSCTL_VNET_PROC(_net_inet_ip_fw, OID_AUTO, tables_max,
183 TUNABLE_INT("net.inet.ip.fw.tables_max", &default_fw_tables);

Completed in 67 milliseconds