Symbol: ipfw_ioc_table
sbin/ipfw/ipfw2.c
3583
struct ipfw_ioc_table tbl;
sbin/ipfw/ipfw2.c
3605
struct ipfw_ioc_table tbl;
sbin/ipfw/ipfw2.c
3913
struct ipfw_ioc_table tbl;
sbin/ipfw3/ipfw3table.c
157
struct ipfw_ioc_table tbl;
sbin/ipfw3/ipfw3table.c
206
struct ipfw_ioc_table ioc_table;
sbin/ipfw3/ipfw3table.c
207
struct ipfw_ioc_table *t = &ioc_table;
sbin/ipfw3/ipfw3table.c
217
if (do_set_x(IP_FW_TABLE_FLUSH, t, sizeof(struct ipfw_ioc_table)) < 0 )
sbin/ipfw3/ipfw3table.c
225
struct ipfw_ioc_table *ioc_table;
sbin/ipfw3/ipfw3table.c
239
ioc_table = (struct ipfw_ioc_table *)data;
sbin/ipfw3/ipfw3table.c
240
count = nbytes / sizeof(struct ipfw_ioc_table);
sbin/ipfw3/ipfw3table.c
261
table_print(struct ipfw_ioc_table * tbl)
sbin/ipfw3/ipfw3table.c
324
struct ipfw_ioc_table *tbl;
sbin/ipfw3/ipfw3table.c
325
tbl = (struct ipfw_ioc_table *)data;
sbin/ipfw3/ipfw3table.c
336
struct ipfw_ioc_table ioc_table;
sbin/ipfw3/ipfw3table.c
337
struct ipfw_ioc_table *t = &ioc_table;
sbin/ipfw3/ipfw3table.c
370
if (do_set_x(IP_FW_TABLE_CREATE, t, sizeof(struct ipfw_ioc_table)) < 0)
sbin/ipfw3/ipfw3table.c
378
struct ipfw_ioc_table ioc_table;
sbin/ipfw3/ipfw3table.c
379
struct ipfw_ioc_table *t = &ioc_table;
sbin/ipfw3/ipfw3table.c
392
if (do_set_x(IP_FW_TABLE_DELETE, t, sizeof(struct ipfw_ioc_table)) < 0)
sbin/ipfw3/ipfw3table.c
400
struct ipfw_ioc_table tbl;
sbin/ipfw3/ipfw3table.c
447
struct ipfw_ioc_table tbl;
sbin/ipfw3/ipfw3table.c
98
struct ipfw_ioc_table tbl;
sbin/ipfw3/ipfw3table.h
44
void table_print(struct ipfw_ioc_table * tbl);
sys/net/ipfw/ip_fw2.c
5898
struct ipfw_ioc_table *tbl;
sys/net/ipfw/ip_fw2.c
5986
struct ipfw_ioc_table *tbl;
sys/net/ipfw/ip_fw2.c
6077
struct ipfw_ioc_table *tbl;
sys/net/ipfw/ip_fw2.c
6303
struct ipfw_ioc_table *tbl;
sys/net/ipfw3_basic/ip_fw3_table.c
121
struct ipfw_ioc_table *ioc_tbl;
sys/net/ipfw3_basic/ip_fw3_table.c
140
struct ipfw_ioc_table *ioc_tbl;
sys/net/ipfw3_basic/ip_fw3_table.c
194
struct ipfw_ioc_table *ioc_tbl;
sys/net/ipfw3_basic/ip_fw3_table.c
237
struct ipfw_ioc_table *ioc_tbl;
sys/net/ipfw3_basic/ip_fw3_table.c
259
struct ipfw_ioc_table *ioc_tbl;
sys/net/ipfw3_basic/ip_fw3_table.c
278
struct ipfw_ioc_table *ioc_table;
sys/net/ipfw3_basic/ip_fw3_table.c
281
size = IPFW_TABLES_MAX * sizeof(struct ipfw_ioc_table);
sys/net/ipfw3_basic/ip_fw3_table.c
287
ioc_table = (struct ipfw_ioc_table *)sopt->sopt_val;
sys/net/ipfw3_basic/ip_fw3_table.c
336
struct ipfw_ioc_table *tbl = arg;
sys/net/ipfw3_basic/ip_fw3_table.c
357
struct ipfw_ioc_table *tbl = arg;
sys/net/ipfw3_basic/ip_fw3_table.c
373
struct ipfw_ioc_table *tbl;
sys/net/ipfw3_basic/ip_fw3_table.c
382
sizeof(struct ipfw_ioc_table);
sys/net/ipfw3_basic/ip_fw3_table.c
389
tbl = (struct ipfw_ioc_table *)data;
sys/net/ipfw3_basic/ip_fw3_table.c
400
sizeof(struct ipfw_ioc_table);
sys/net/ipfw3_basic/ip_fw3_table.c
407
tbl = (struct ipfw_ioc_table *)data;
sys/net/ipfw3_basic/ip_fw3_table.c
429
struct ipfw_ioc_table *tbl;
sys/net/ipfw3_basic/ip_fw3_table.c
431
tbl = (struct ipfw_ioc_table *)sopt->sopt_val;
sys/net/ipfw3_basic/ip_fw3_table.c
88
struct ipfw_ioc_table *ioc_table;
sys/net/ipfw3_basic/ip_fw3_table.h
84
struct ipfw_ioc_table *ioc_table;