Searched refs:pfrule (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/pf/ftp-proxy/
H A Dfilter.c53 static struct pfctl_rule pfrule; variable in typeref:struct:pfctl_rule
75 pfrule.direction = dir;
76 if (pfctl_add_rule(dev, &pfrule, pfanchor, pfanchor_call,
106 if (pfctl_add_rule(dev, &pfrule, pfanchor, pfanchor_call,
110 pfrule.rpool.proxy_port[0] = nat_range_low;
111 pfrule.rpool.proxy_port[1] = nat_range_high;
112 if (pfctl_add_rule(dev, &pfrule, pfanchor, pfanchor_call,
141 if (pfctl_add_rule(dev, &pfrule, pfanchor, pfanchor_call,
145 pfrule.rpool.proxy_port[0] = rdr_port;
146 if (pfctl_add_rule(dev, &pfrule, pfancho
[all...]
/freebsd-12-stable/contrib/pf/tftp-proxy/
H A Dfilter.c57 static struct pfctl_rule pfrule; variable in typeref:struct:pfctl_rule
79 pfrule.direction = dir;
80 if (pfctl_add_rule(dev, &pfrule, pfanchor, pfanchor_call,
113 pfrule.rpool.proxy_port[0] = nat_range_low;
114 pfrule.rpool.proxy_port[1] = nat_range_high;
115 if (pfctl_add_rule(dev, &pfrule, pfanchor, pfanchor_call,
147 pfrule.rpool.proxy_port[0] = rdr_port;
148 if (pfctl_add_rule(dev, &pfrule, pfanchor, pfanchor_call,
251 memset(&pfrule, 0, sizeof pfrule);
[all...]
/freebsd-12-stable/sbin/pfctl/
H A Dparse.y539 | ruleset pfrule '\n'
574 | fakeanchor pfrule '\n'
783 | pfa_anchorlist pfrule '\n'
2023 pfrule : action dir logquick interface route af proto fromto label

Completed in 58 milliseconds