Home
last modified time | relevance | path

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

/openbsd/usr.bin/systat/
H A Dpftop.c1200 else if (op == PF_OP_GE) in tb_print_op()
/openbsd/sys/net/
H A Dpfvar.h73 PF_OP_LE, PF_OP_GT, PF_OP_GE, PF_OP_XRG, PF_OP_RRG }; enumerator
H A Dpf.c3538 case PF_OP_GE: in pf_match()
/openbsd/sbin/pfctl/
H A Dpfctl_parser.c371 else if (op == PF_OP_GE) in print_op()
H A Dparse.y3781 | GE { $$ = PF_OP_GE; }
4222 else if (port->op == PF_OP_GE) in expand_label_port()