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

/freebsd-9.3-release/sbin/ipfw/
H A Dipfw2.c63 uint32_t ipfw_tables_max = 0; /* Number of tables supported by kernel */ variable
4126 if (ipfw_tables_max != 0)
4127 return (ipfw_tables_max);
4139 ipfw_tables_max = tables_max;
4141 return (ipfw_tables_max);

Completed in 89 milliseconds