Searched refs:PF_OP_NONE (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_optimize.c1117 if (a->dst.port_op == PF_OP_NONE || a->dst.port_op != b->dst.port_op ||
1184 if (a->src.port_op == PF_OP_NONE || a->src.port_op != b->src.port_op ||
H A Dparse.y6016 r->t = PF_OP_NONE;
6034 r->t = PF_OP_NONE;
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpfvar.h84 enum { PF_OP_NONE, PF_OP_IRG, PF_OP_EQ, PF_OP_NE, PF_OP_LT, enumerator in enum:__anon39

Completed in 145 milliseconds