Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/pfctl/
H A Dpfctl_parser.c303 else if (op == PF_OP_GE) in print_op()
H A Dparse.y4379 | '>' '=' { $$ = PF_OP_GE; }
4750 else if (port->op == PF_OP_GE) in expand_label_port()
/dragonfly/sys/net/pf/
H A Dpfvar.h91 PF_OP_LE, PF_OP_GT, PF_OP_GE, PF_OP_XRG, PF_OP_RRG }; enumerator
H A Dpf.c2445 case PF_OP_GE: in pf_match()