Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.c2232 ipfw_xtable *xtbl; in dump_table_v0() local
2239 xtbl = (ipfw_xtable *)ipfw_get_sopt_header(sd, sizeof(ipfw_xtable)); in dump_table_v0()
2240 if (xtbl == NULL) in dump_table_v0()
2244 ti.uidx = xtbl->tbl; in dump_table_v0()
2254 xtbl->cnt = count; in dump_table_v0()
2255 xtbl->size = sz; in dump_table_v0()
2256 xtbl->type = tc->no.subtype; in dump_table_v0()
2257 xtbl->tbl = ti.uidx; in dump_table_v0()