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

/freebsd-10.3-release/sys/netpfil/pf/
H A Dpf.h51 enum { PF_OP_NONE, PF_OP_IRG, PF_OP_EQ, PF_OP_NE, PF_OP_LT, enumerator in enum:__anon11453
H A Dpf.c2593 case PF_OP_NE:
2619 if (u == UID_MAX && op != PF_OP_EQ && op != PF_OP_NE)
2627 if (g == GID_MAX && op != PF_OP_EQ && op != PF_OP_NE)
/freebsd-10.3-release/sbin/pfctl/
H A Dpfctl_parser.c307 else if (op == PF_OP_NE)
336 if (s != NULL && (op == PF_OP_EQ || op == PF_OP_NE))
350 if (u1 == umax && (op == PF_OP_EQ || op == PF_OP_NE))
H A Dparse.y3070 if ($2 == UID_MAX && $1 != PF_OP_EQ && $1 != PF_OP_NE) {
3148 if ($2 == GID_MAX && $1 != PF_OP_EQ && $1 != PF_OP_NE) {
4299 | '!' '=' { $$ = PF_OP_NE; }
4665 else if (port->op == PF_OP_NE)

Completed in 121 milliseconds