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

/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_fw_private.h322 int ipfw_dump_xtable(struct ip_fw_chain *ch, ipfw_xtable *tbl);
H A Dip_fw_sockopt.c1250 ipfw_xtable *tbl;
1252 if ((size = valsize) < sizeof(ipfw_xtable)) {
1258 memcpy(tbl, op3, sizeof(ipfw_xtable));
1261 tbl->size = (size - sizeof(ipfw_xtable)) /
H A Dip_fw_table.c676 (*cnt) += sizeof(ipfw_xtable);
685 ipfw_xtable * const tbl = arg;
710 ipfw_xtable * const tbl = arg;
750 ipfw_dump_xtable(struct ip_fw_chain *ch, ipfw_xtable *tbl)
/freebsd-10-stable/sys/netinet/
H A Dip_fw.h641 } ipfw_xtable; typedef in typeref:struct:_ipfw_xtable
/freebsd-10-stable/sbin/ipfw/
H A Dipfw2.c4351 ipfw_xtable *tbl;
4382 sz = tbl->size - sizeof(ipfw_xtable);

Completed in 58 milliseconds