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_NE
(Results
1 - 4
of
4
) sorted by relevancy
/src/dist/pf/sbin/pfctl/
pfctl_parser.c
344
else if (op ==
PF_OP_NE
)
370
if (s != NULL && (op == PF_OP_EQ || op ==
PF_OP_NE
))
384
if (u1 == umax && (op == PF_OP_EQ || op ==
PF_OP_NE
))
parse.y
2756
if ($2 == UID_MAX && $1 != PF_OP_EQ && $1 !=
PF_OP_NE
) {
2838
if ($2 == GID_MAX && $1 != PF_OP_EQ && $1 !=
PF_OP_NE
) {
3974
| '!' '=' { $$ =
PF_OP_NE
; }
4334
else if (port->op ==
PF_OP_NE
)
/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
1974
case
PF_OP_NE
:
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 21 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025