Home
last modified time | relevance | path

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

/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.c378 case PF_OP_IRG: in pf_validate_op()
H A Dpf.c4505 case PF_OP_IRG: in pf_match()
/freebsd/sbin/pfctl/
H A Dparse.y5767 else if (addr->port_op == PF_OP_IRG) in expand_label_port()
6823 yylval.v.i = PF_OP_IRG; in yylex()
7312 r->t = PF_OP_IRG; in parseport()
H A Dpfctl_parser.c314 if (op == PF_OP_IRG) in print_op()