Home
last modified time | relevance | path

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

/freebsd-10-stable/sbin/ipfw/
Dipfw2.c64 uint32_t ipfw_tables_max = 0; /* Number of tables supported by kernel */ variable
4137 if (ipfw_tables_max != 0) in ipfw_get_tables_max()
4138 return (ipfw_tables_max); in ipfw_get_tables_max()
4150 ipfw_tables_max = tables_max; in ipfw_get_tables_max()
4152 return (ipfw_tables_max); in ipfw_get_tables_max()