Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/tftp-proxy/
Dfilter.c209 pfr.rule.dst.port_op = PF_OP_EQ; in prepare_rule()
/openbsd/src/usr.sbin/ftp-proxy/
Dfilter.c226 pfr.rule.dst.port_op = PF_OP_EQ; in prepare_rule()
/openbsd/src/usr.sbin/relayd/
Dpfe_filter.c455 if (address->port.op == PF_OP_EQ || in sync_ruleset()
459 rio.rule.rdr.port_op = PF_OP_EQ; in sync_ruleset()
Dparse.y312 $$.op = PF_OP_EQ;
327 $$.op = PF_OP_EQ;
350 $$.op = PF_OP_EQ;
773 if ($1.op != PF_OP_EQ) {
1926 if ($4.op != PF_OP_EQ) {
2005 if ($2.op != PF_OP_EQ) {
/openbsd/src/usr.bin/systat/
Dpftop.c1190 else if (op == PF_OP_EQ) in tb_print_op()
1215 if (s != NULL && (op == PF_OP_EQ || op == PF_OP_NE)) in tb_print_port()
1279 if (i1 == -1 && (op == PF_OP_EQ || op == PF_OP_NE)) in tb_print_ugid()
/openbsd/src/sbin/pfctl/
Dpfctl_parser.c361 else if (op == PF_OP_EQ) in print_op()
390 if (s != NULL && (op == PF_OP_EQ || op == PF_OP_NE)) in print_port()
404 if (i1 == -1 && (op == PF_OP_EQ || op == PF_OP_NE)) in print_ugid()
Dparse.y2862 $$->op = PF_OP_EQ;
2938 $$->op = PF_OP_EQ;
2943 if ($2 == -1 && $1 != PF_OP_EQ && $1 != PF_OP_NE) {
3016 $$->op = PF_OP_EQ;
3021 if ($2 == -1 && $1 != PF_OP_EQ && $1 != PF_OP_NE) {
3777 unaryop : '=' { $$ = PF_OP_EQ; }
4212 else if (port->op == PF_OP_EQ) in expand_label_port()
Dpfctl.c774 addr->port_op = PF_OP_EQ; in pfctl_parse_host()
/openbsd/src/sys/net/
Dpfvar.h72 enum { PF_OP_NONE, PF_OP_IRG, PF_OP_EQ, PF_OP_NE, PF_OP_LT, enumerator
Dpf_ioctl.c1795 psk->psk_src.port_op == PF_OP_EQ && in pfioctl()
1796 psk->psk_dst.port_op == PF_OP_EQ) { in pfioctl()
Dpf.c3528 case PF_OP_EQ: in pf_match()
3553 if (u == -1 && op != PF_OP_EQ && op != PF_OP_NE) in pf_match_uid()
3561 if (g == -1 && op != PF_OP_EQ && op != PF_OP_NE) in pf_match_gid()