Symbol: filter_opts
dist/pf/sbin/pfctl/parse.y
1662
filter_opts
dist/pf/sbin/pfctl/parse.y
2049
filter_opts : {
dist/pf/sbin/pfctl/parse.y
2050
bzero(&filter_opts, sizeof filter_opts);
dist/pf/sbin/pfctl/parse.y
2051
filter_opts.rtableid = -1;
dist/pf/sbin/pfctl/parse.y
2054
{ $$ = filter_opts; }
dist/pf/sbin/pfctl/parse.y
2056
bzero(&filter_opts, sizeof filter_opts);
dist/pf/sbin/pfctl/parse.y
2057
filter_opts.rtableid = -1;
dist/pf/sbin/pfctl/parse.y
2058
$$ = filter_opts;
dist/pf/sbin/pfctl/parse.y
2067
if (filter_opts.uid)
dist/pf/sbin/pfctl/parse.y
2068
$2->tail->next = filter_opts.uid;
dist/pf/sbin/pfctl/parse.y
2069
filter_opts.uid = $2;
dist/pf/sbin/pfctl/parse.y
2072
if (filter_opts.gid)
dist/pf/sbin/pfctl/parse.y
2073
$2->tail->next = filter_opts.gid;
dist/pf/sbin/pfctl/parse.y
2074
filter_opts.gid = $2;
dist/pf/sbin/pfctl/parse.y
2077
if (filter_opts.marker & FOM_FLAGS) {
dist/pf/sbin/pfctl/parse.y
208
} filter_opts;
dist/pf/sbin/pfctl/parse.y
2081
filter_opts.marker |= FOM_FLAGS;
dist/pf/sbin/pfctl/parse.y
2082
filter_opts.flags.b1 |= $1.b1;
dist/pf/sbin/pfctl/parse.y
2083
filter_opts.flags.b2 |= $1.b2;
dist/pf/sbin/pfctl/parse.y
2084
filter_opts.flags.w |= $1.w;
dist/pf/sbin/pfctl/parse.y
2085
filter_opts.flags.w2 |= $1.w2;
dist/pf/sbin/pfctl/parse.y
2088
if (filter_opts.marker & FOM_ICMP) {
dist/pf/sbin/pfctl/parse.y
2092
filter_opts.marker |= FOM_ICMP;
dist/pf/sbin/pfctl/parse.y
2093
filter_opts.icmpspec = $1;
dist/pf/sbin/pfctl/parse.y
2096
if (filter_opts.marker & FOM_TOS) {
dist/pf/sbin/pfctl/parse.y
2100
filter_opts.marker |= FOM_TOS;
dist/pf/sbin/pfctl/parse.y
2101
filter_opts.tos = $1;
dist/pf/sbin/pfctl/parse.y
2104
if (filter_opts.marker & FOM_KEEP) {
dist/pf/sbin/pfctl/parse.y
2108
filter_opts.marker |= FOM_KEEP;
dist/pf/sbin/pfctl/parse.y
2109
filter_opts.keep.action = $1.action;
dist/pf/sbin/pfctl/parse.y
2110
filter_opts.keep.options = $1.options;
dist/pf/sbin/pfctl/parse.y
2113
filter_opts.fragment = 1;
dist/pf/sbin/pfctl/parse.y
2116
filter_opts.allowopts = 1;
dist/pf/sbin/pfctl/parse.y
2119
if (filter_opts.label) {
dist/pf/sbin/pfctl/parse.y
2123
filter_opts.label = $1;
dist/pf/sbin/pfctl/parse.y
2126
if (filter_opts.queues.qname) {
dist/pf/sbin/pfctl/parse.y
2130
filter_opts.queues = $1;
dist/pf/sbin/pfctl/parse.y
2133
filter_opts.tag = $2;
dist/pf/sbin/pfctl/parse.y
2136
filter_opts.match_tag = $3;
dist/pf/sbin/pfctl/parse.y
2137
filter_opts.match_tag_not = $1;
dist/pf/sbin/pfctl/parse.y
2158
filter_opts.prob = (u_int32_t)p;
dist/pf/sbin/pfctl/parse.y
2166
filter_opts.rtableid = $2;
dist/pf/sbin/pfctl/parse.y
3439
if (filter_opts.marker & POM_STICKYADDRESS) {
dist/pf/sbin/pfctl/parse.y
393
struct filter_opts filter_opts;
dist/pf/sbin/pfctl/parse.y
465
%type <v.filter_opts> filter_opts filter_opt filter_opts_l
dist/pf/sbin/pfctl/parse.y
693
filter_opts pfa_anchor