Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/pfctl/
H A Dpfctl_parser.c297 else if (op == PF_OP_LT) in print_op()
H A Dparse.y4378 | '<' { $$ = PF_OP_LT; }
4744 else if (port->op == PF_OP_LT) in expand_label_port()
/dragonfly/sys/net/pf/
H A Dpfvar.h90 enum { PF_OP_NONE, PF_OP_IRG, PF_OP_EQ, PF_OP_NE, PF_OP_LT, enumerator
H A Dpf.c2439 case PF_OP_LT: in pf_match()