Home
last modified time | relevance | path

Searched refs:FR_FAKEICMP (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/sbin/ipf/libipf/
HDprintstate.c118 case FR_FAKEICMP : in printstate()
HDprintfr.c65 if ((fp->fr_flags & FR_RETMASK) == FR_FAKEICMP) in printfr()
/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDip_fil.h821 #define FR_FAKEICMP 0x03000 /* Return ICMP unreachable with fake source */ macro
841 #define FR_RETMASK (FR_RETICMP|FR_RETRST|FR_FAKEICMP)
HDfil.c2519 if (passt & (FR_RETICMP|FR_FAKEICMP)) in ipf_scanlist()
3085 if ((pass & FR_RETMASK) == FR_FAKEICMP) in ipf_check()
3213 case FR_FAKEICMP : in ipf_check()
/freebsd-14-stable/sbin/ipf/common/
HDipf_y.y356 | IPFY_RETICMPASDST { fr->fr_flags |= FR_FAKEICMP; }
357 | IPFY_RETICMPASDST returncode { fr->fr_flags |= FR_FAKEICMP; }