Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Dtables.c53 static int table_get_info(ipfw_obj_header *oh, ipfw_xtable_info *i);
285 if ((error = table_get_info(&oh, &i)) != 0) in ipfw_table_handler()
297 if ((error = table_get_info(&oh, &i)) != 0) in ipfw_table_handler()
502 if (table_get_info(oh, &xie) != 0) in table_create()
701 table_get_info(ipfw_obj_header *oh, ipfw_xtable_info *i) in table_get_info() function
1467 error = table_get_info(oh, xi); in tentry_fill_key()