OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PF_OP_EQ
(Results
1 - 6
of
6
) sorted by relevancy
/src/dist/pf/libexec/tftp-proxy/
filter.c
287
pfr.rule.dst.port_op =
PF_OP_EQ
;
/src/dist/pf/sbin/pfctl/
parse.y
813
} else if ($6.dst.port->op !=
PF_OP_EQ
) {
2671
$$->op =
PF_OP_EQ
;
2751
$$->op =
PF_OP_EQ
;
2756
if ($2 == UID_MAX && $1 !=
PF_OP_EQ
&& $1 != PF_OP_NE) {
2833
$$->op =
PF_OP_EQ
;
2838
if ($2 == GID_MAX && $1 !=
PF_OP_EQ
&& $1 != PF_OP_NE) {
3973
unaryop : '=' { $$ =
PF_OP_EQ
; }
4141
r->dst.port_op !=
PF_OP_EQ
&& r->dst.port_op != PF_OP_RRG) {
4332
else if (port->op ==
PF_OP_EQ
)
pfctl_parser.c
342
else if (op ==
PF_OP_EQ
)
370
if (s != NULL && (op ==
PF_OP_EQ
|| op == PF_OP_NE))
384
if (u1 == umax && (op ==
PF_OP_EQ
|| op == PF_OP_NE))
/src/dist/pf/usr.sbin/ftp-proxy/
filter.c
309
pfr.rule.dst.port_op =
PF_OP_EQ
;
/src/sys/dist/pf/net/
pfvar.h
81
enum { PF_OP_NONE, PF_OP_IRG,
PF_OP_EQ
, PF_OP_NE, PF_OP_LT,
pf.c
1972
case
PF_OP_EQ
:
2000
if (u == UID_MAX && op !=
PF_OP_EQ
&& op != PF_OP_NE)
2008
if (g == GID_MAX && op !=
PF_OP_EQ
&& op != PF_OP_NE)
Completed in 22 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025