Home
last modified time | relevance | path

Searched refs:FR_OUTRANGE (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/sbin/ipf/libipf/
HDprintportcmp.c19 if (frp->frp_cmp == FR_INRANGE || frp->frp_cmp == FR_OUTRANGE) in printportcmp()
/freebsd-14-stable/sbin/ipf/ipf/
HDipfcomp.c615 else if (fr->fr_scmp == FR_OUTRANGE) in emitGroup()
625 else if (fr->fr_dcmp == FR_OUTRANGE) in emitGroup()
803 } else if (fr->fr_scmp == FR_OUTRANGE) { in emitGroup()
830 } else if (fr->fr_dcmp == FR_OUTRANGE) { in emitGroup()
/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDip_fil.h534 FR_OUTRANGE, enumerator
HDfil.c2083 case FR_OUTRANGE : in ipf_portcheck()
/freebsd-14-stable/sbin/ipf/ipnat/
HDipnat_y.y1201 YY_RANGE_OUT { $$ = FR_OUTRANGE; }
/freebsd-14-stable/sbin/ipf/common/
HDipf_y.y1689 | YY_RANGE_OUT { $$ = FR_OUTRANGE; }