Home
last modified time | relevance | path

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

/netbsd/sys/dist/pf/net/
H A Dpfvar.h81 enum { PF_OP_NONE, PF_OP_IRG, PF_OP_EQ, PF_OP_NE, PF_OP_LT, enumerator
H A Dpf.c1976 case PF_OP_LT:
/netbsd/dist/pf/sbin/pfctl/
H A Dpfctl_parser.c346 else if (op == PF_OP_LT) in print_op()
H A Dparse.y3976 | '<' { $$ = PF_OP_LT; }
4336 else if (port->op == PF_OP_LT) in expand_label_port()