Home
last modified time | relevance | path

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

/openbsd/usr.bin/systat/
H A Dpftop.c1188 else if (op == PF_OP_RRG) in tb_print_op()
/openbsd/sys/net/
H A Dpfvar.h74 PF_OP_LE, PF_OP_GT, PF_OP_GE, PF_OP_XRG, PF_OP_RRG }; enumerator
H A Dpf_ioctl.c3098 if ((op == PF_OP_RRG && a > b) || /* 34:12, i.e. none */ in pf_validate_range()
H A Dpf.c3526 case PF_OP_RRG: in pf_match()
/openbsd/sbin/pfctl/
H A Dparse.y2846 $$->op = PF_OP_RRG;
3799 if ((op == PF_OP_RRG && a > b) || /* 34:12, i.e. none */ in validate_range()
5706 r->t = PF_OP_RRG; in parseport()
H A Dpfctl_parser.c373 else if (op == PF_OP_RRG) in print_op()
/openbsd/usr.sbin/relayd/
H A Dparse.y334 $$.op = PF_OP_RRG;