Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/pfctl/
HDpfctl_parser.c295 else if (op == PF_OP_NE) in print_op()
321 if (s != NULL && (op == PF_OP_EQ || op == PF_OP_NE)) in print_port()
335 if (u1 == umax && (op == PF_OP_EQ || op == PF_OP_NE)) in print_ugid()
HDparse.y3124 if ($2 == UID_MAX && $1 != PF_OP_EQ && $1 != PF_OP_NE) {
3202 if ($2 == GID_MAX && $1 != PF_OP_EQ && $1 != PF_OP_NE) {
4376 | '!' '=' { $$ = PF_OP_NE; }
4742 else if (port->op == PF_OP_NE) in expand_label_port()
/dragonfly/sys/net/pf/
HDpfvar.h90 enum { PF_OP_NONE, PF_OP_IRG, PF_OP_EQ, PF_OP_NE, PF_OP_LT, enumerator
HDpf.c2437 case PF_OP_NE: in pf_match()
2463 if (u == UID_MAX && op != PF_OP_EQ && op != PF_OP_NE) in pf_match_uid()
2471 if (g == GID_MAX && op != PF_OP_EQ && op != PF_OP_NE) in pf_match_gid()