Home
last modified time | relevance | path

Searched refs:PF_OP_GT (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.c383 case PF_OP_GT: in pf_validate_op()
H A Dpf.c4519 case PF_OP_GT: in pf_match()
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c326 else if (op == PF_OP_GT) in print_op()
H A Dparse.y5364 | '>' { $$ = PF_OP_GT; }
5779 else if (addr->port_op == PF_OP_GT) in expand_label_port()