Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dparse.y392 struct sourcelim_opts { struct
418 static struct sourcelim_opts sourcelim_opts; argument
572 struct sourcelim_opts *sourcelim_opts; member
676 %type <v.sourcelim_opts> sourcelim_opts
2543 sourcelim : sourcelim_nm sourcelim_opts {
2633 sourcelim_opts : /* empty */ {
2638 memset(&sourcelim_opts, 0, sizeof(sourcelim_opts));
2639 sourcelim_opts.inet_mask = 32;
2640 sourcelim_opts.inet6_mask = 128;
2642 $$ = &sourcelim_opts;
[all …]