Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dparse.y369 static struct table_opts { struct
373 } table_opts; argument
434 int process_tabledef(char *, struct table_opts *, int);
566 struct table_opts table_opts; member
662 %type <v.table_opts> table_opts table_opt table_opts_l
1761 tabledef : TABLE '<' STRING '>' table_opts {
1791 table_opts : {
1792 bzero(&table_opts, sizeof table_opts);
1793 SIMPLEQ_INIT(&table_opts.init_nodes);
1796 { $$ = table_opts; }
[all …]