Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/ipfw/
Dtables.c54 static int table_get_info(ipfw_obj_header *oh, ipfw_xtable_info *i);
284 if ((error = table_get_info(&oh, &i)) != 0) in ipfw_table_handler()
296 if ((error = table_get_info(&oh, &i)) != 0) in ipfw_table_handler()
501 if (table_get_info(oh, &xie) != 0) in table_create()
700 table_get_info(ipfw_obj_header *oh, ipfw_xtable_info *i) in table_get_info() function
1447 error = table_get_info(oh, xi); in tentry_fill_key()