Home
last modified time | relevance | path

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

/dflybsd-src/sbin/ipfw3/
H A Dipfw3table.c98 struct ipfw_ioc_table tbl; in table_append()
157 struct ipfw_ioc_table tbl; in table_remove()
206 struct ipfw_ioc_table ioc_table; in table_flush()
207 struct ipfw_ioc_table *t = &ioc_table; in table_flush()
217 if (do_set_x(IP_FW_TABLE_FLUSH, t, sizeof(struct ipfw_ioc_table)) < 0 ) in table_flush()
225 struct ipfw_ioc_table *ioc_table; in table_list()
239 ioc_table = (struct ipfw_ioc_table *)data; in table_list()
240 count = nbytes / sizeof(struct ipfw_ioc_table); in table_list()
261 table_print(struct ipfw_ioc_table * tbl) in table_print()
324 struct ipfw_ioc_table *tbl; in table_show()
[all …]
H A Dipfw3table.h44 void table_print(struct ipfw_ioc_table * tbl);
/dflybsd-src/sys/net/ipfw3_basic/
H A Dip_fw3_table.c88 struct ipfw_ioc_table *ioc_table; in table_create_dispatch()
121 struct ipfw_ioc_table *ioc_tbl; in table_delete_dispatch()
140 struct ipfw_ioc_table *ioc_tbl; in table_append_dispatch()
194 struct ipfw_ioc_table *ioc_tbl; in table_remove_dispatch()
237 struct ipfw_ioc_table *ioc_tbl; in table_flush_dispatch()
259 struct ipfw_ioc_table *ioc_tbl; in table_rename_dispatch()
278 struct ipfw_ioc_table *ioc_table; in ip_fw3_ctl_table_list()
281 size = IPFW_TABLES_MAX * sizeof(struct ipfw_ioc_table); in ip_fw3_ctl_table_list()
287 ioc_table = (struct ipfw_ioc_table *)sopt->sopt_val; in ip_fw3_ctl_table_list()
336 struct ipfw_ioc_table *tbl = arg; in dump_table_ip_entry()
[all …]
H A Dip_fw3_table.h51 struct ipfw_ioc_table { struct
84 struct ipfw_ioc_table *ioc_table;
/dflybsd-src/sys/net/ipfw/
H A Dip_fw2.h532 struct ipfw_ioc_table { struct
H A Dip_fw2.c5898 struct ipfw_ioc_table *tbl; in ipfw_table_create()
5986 struct ipfw_ioc_table *tbl; in ipfw_table_flush()
6077 struct ipfw_ioc_table *tbl; in ipfw_table_get()
6303 struct ipfw_ioc_table *tbl; in ipfw_table_zero()
/dflybsd-src/sbin/ipfw/
H A Dipfw2.c3583 struct ipfw_ioc_table tbl; in table_create()
3605 struct ipfw_ioc_table tbl; in table_flush()
3913 struct ipfw_ioc_table tbl; in table_zero()