Home
last modified time | relevance | path

Searched refs:PF_OP_XRG (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.bin/systat/
H A Dpftop.c1186 else if (op == PF_OP_XRG) 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.c3100 (op == PF_OP_XRG && a > b)) /* 34<>22, i.e. all */ in pf_validate_range()
H A Dpf.c3524 case PF_OP_XRG: in pf_match()
/openbsd/sbin/pfctl/
H A Dparse.y3801 (op == PF_OP_XRG && a > b)) /* 34<>22, i.e. all */ in validate_range()
4162 else if (port->op == PF_OP_XRG) in expand_label_port()
5271 yylval.v.i = PF_OP_XRG; in yylex()
H A Dpfctl_parser.c359 else if (op == PF_OP_XRG) in print_op()