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

/freebsd-13-stable/sys/netpfil/pf/
H A Dpf.h55 enum { PF_OP_NONE, PF_OP_IRG, PF_OP_EQ, PF_OP_NE, PF_OP_LT, enumerator in enum:__anon15444
H A Dpf_nv.c353 case PF_OP_NONE:
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_optimize.c1121 if (a->dst.port_op == PF_OP_NONE || a->dst.port_op != b->dst.port_op ||
1188 if (a->src.port_op == PF_OP_NONE || a->src.port_op != b->src.port_op ||
H A Dparse.y6335 r->t = PF_OP_NONE;
6353 r->t = PF_OP_NONE;

Completed in 208 milliseconds