Home
last modified time | relevance | path

Searched refs:PF_OP_IRG (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dist/pf/net/
H A Dpfvar.h81 enum { PF_OP_NONE, PF_OP_IRG, PF_OP_EQ, PF_OP_NE, PF_OP_LT, enumerator
H A Dpf.c1966 case PF_OP_IRG:
/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl_parser.c338 if (op == PF_OP_IRG) in print_op()
H A Dparse.y4328 else if (port->op == PF_OP_IRG) in expand_label_port()
5183 yylval.v.i = PF_OP_IRG; in yylex()