Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/pfctl/
H A Dparse.y318 static struct table_opts { struct
322 } table_opts; argument
479 struct table_opts table_opts; member
569 %type <v.table_opts> table_opts table_opt table_opts_l
1747 table_opts : {
1748 bzero(&table_opts, sizeof table_opts);
1752 { $$ = table_opts; }
1755 bzero(&table_opts, sizeof table_opts);
1757 $$ = table_opts;
1818 table_opts.init_addr = 1;
[all …]