MCPcopy Create free account
hub / github.com/F-Stack/f-stack / table_fill_objheader

Function table_fill_objheader

tools/ipfw/tables.c:325–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325static void
326table_fill_objheader(ipfw_obj_header *oh, ipfw_xtable_info *i)
327{
328
329 oh->idx = 1;
330 table_fill_ntlv(&oh->ntlv, i->tablename, i->set, 1);
331}
332
333static struct _s_x tablenewcmds[] = {
334 { "type", TOK_TYPE },

Callers 1

table_do_get_listFunction · 0.85

Calls 1

table_fill_ntlvFunction · 0.85

Tested by

no test coverage detected