Home
last modified time | relevance | path

Searched refs:PF_OP_EQ (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/pf/ftp-proxy/
H A Dfilter.c290 pfrule.dst.port_op = PF_OP_EQ; in prepare_rule()
/freebsd/contrib/pf/tftp-proxy/
H A Dfilter.c299 pfrule.dst.port_op = PF_OP_EQ; in prepare_rule()
/freebsd/sys/netpfil/pf/
H A Dpf.h55 enum { PF_OP_NONE, PF_OP_IRG, PF_OP_EQ, PF_OP_NE, PF_OP_LT, enumerator
H A Dpf_nv.c379 case PF_OP_EQ: in pf_validate_op()
H A Dpf.c4511 case PF_OP_EQ: in pf_match()
4536 if (u == UID_MAX && op != PF_OP_EQ && op != PF_OP_NE) in pf_match_uid()
4544 if (g == GID_MAX && op != PF_OP_EQ && op != PF_OP_NE) in pf_match_gid()
/freebsd/sbin/pfctl/
H A Dparse.y1140 } else if ($6.dst.port->op != PF_OP_EQ) {
3916 $$->op = PF_OP_EQ;
3988 $$->op = PF_OP_EQ;
3993 if ($2 == UID_MAX && $1 != PF_OP_EQ && $1 != PF_OP_NE) {
4066 $$->op = PF_OP_EQ;
4071 if ($2 == GID_MAX && $1 != PF_OP_EQ && $1 != PF_OP_NE) {
5359 unaryop : '=' { $$ = PF_OP_EQ; }
5567 r->dst.port_op != PF_OP_EQ && r->dst.port_op != PF_OP_RRG) { in rdr_consistent()
5771 else if (addr->port_op == PF_OP_EQ) in expand_label_port()
H A Dpfctl_parser.c318 else if (op == PF_OP_EQ) in print_op()
349 if (s != NULL && (op == PF_OP_EQ || op == PF_OP_NE)) in print_port()
363 if (u1 == umax && (op == PF_OP_EQ || op == PF_OP_NE)) in print_ugid()