Home
last modified time | relevance | path

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

/netbsd/src/dist/pf/sbin/pfctl/
Dpfctl_parser.c344 else if (op == PF_OP_NE) in print_op()
370 if (s != NULL && (op == PF_OP_EQ || op == PF_OP_NE)) in print_port()
384 if (u1 == umax && (op == PF_OP_EQ || op == PF_OP_NE)) in print_ugid()
Dparse.y2756 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) in expand_label_port()
/netbsd/src/sys/dist/pf/net/
Dpfvar.h81 enum { PF_OP_NONE, PF_OP_IRG, PF_OP_EQ, PF_OP_NE, PF_OP_LT, enumerator
Dpf.c1974 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)