Home
last modified time | relevance | path

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

/netbsd-src/dist/pf/sbin/pfctl/
H A Dparse.y243 struct table_opts { struct
247 } table_opts; argument
271 int process_tabledef(char *, struct table_opts *);
397 struct table_opts table_opts; member
469 %type <v.table_opts> table_opts table_opt table_opts_l
1184 tabledef : TABLE '<' STRING '>' table_opts {
1214 table_opts : {
1215 bzero(&table_opts, sizeof table_opts);
1216 SIMPLEQ_INIT(&table_opts.init_nodes);
1219 { $$ = table_opts; }
[all …]