Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf.h56 PF_OP_LE, PF_OP_GT, PF_OP_GE, PF_OP_XRG, PF_OP_RRG }; enumerator
H A Dpf_nv.c385 case PF_OP_XRG: in pf_validate_op()
H A Dpf.c4507 case PF_OP_XRG: in pf_match()
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c316 else if (op == PF_OP_XRG) in print_op()
H A Dparse.y5769 else if (addr->port_op == PF_OP_XRG) in expand_label_port()
6814 yylval.v.i = PF_OP_XRG; in yylex()