Home
last modified time | relevance | path

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

/freebsd-11-stable/sbin/pfctl/
HDparse.y293 struct table_opts { struct
297 } table_opts; argument
322 int process_tabledef(char *, struct table_opts *);
432 struct table_opts table_opts; member
518 %type <v.table_opts> table_opts table_opt table_opts_l
1380 tabledef : TABLE '<' STRING '>' table_opts {
1410 table_opts : {
1411 bzero(&table_opts, sizeof table_opts);
1412 SIMPLEQ_INIT(&table_opts.init_nodes);
1415 { $$ = table_opts; }
[all …]