Home
last modified time | relevance | path

Searched refs:PF_OP_GE (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.c384 case PF_OP_GE: in pf_validate_op()
H A Dpf.c4521 case PF_OP_GE: in pf_match()
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c328 else if (op == PF_OP_GE) in print_op()
H A Dparse.y5363 | GE { $$ = PF_OP_GE; }
5781 else if (addr->port_op == PF_OP_GE) in expand_label_port()