Searched refs:PF_OP_NE (Results 1 – 4 of 4) sorted by relevance
344 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()
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) in expand_label_port()
81 enum { PF_OP_NONE, PF_OP_IRG, PF_OP_EQ, PF_OP_NE, PF_OP_LT, enumerator
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)