Searched refs:PF_OP_GT (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/netpfil/pf/
H A Dpf.h56 PF_OP_LE, PF_OP_GT, PF_OP_GE, PF_OP_XRG, PF_OP_RRG }; enumerator in enum:__anon15444
H A Dpf_nv.c359 case PF_OP_GT:
H A Dpf.c2878 case PF_OP_GT:
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_parser.c320 else if (op == PF_OP_GT)
H A Dparse.y4628 | '>' { $$ = PF_OP_GT; }
5009 else if (port->op == PF_OP_GT)

Completed in 145 milliseconds