Home
last modified time | relevance | path

Searched refs:PF_OP_LE (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.c382 case PF_OP_LE: in pf_validate_op()
H A Dpf.c3490 case PF_OP_LE: in pf_match()
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c321 else if (op == PF_OP_LE) in print_op()
H A Dparse.y5234 | '<' '=' { $$ = PF_OP_LE; }
5631 else if (addr->port_op == PF_OP_LE) in expand_label_port()