Searched refs:FR_FAKEICMP (Results 1 – 5 of 5) sorted by relevance
118 case FR_FAKEICMP : in printstate()
65 if ((fp->fr_flags & FR_RETMASK) == FR_FAKEICMP) in printfr()
821 #define FR_FAKEICMP 0x03000 /* Return ICMP unreachable with fake source */ macro841 #define FR_RETMASK (FR_RETICMP|FR_RETRST|FR_FAKEICMP)
2519 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()
356 | IPFY_RETICMPASDST { fr->fr_flags |= FR_FAKEICMP; }357 | IPFY_RETICMPASDST returncode { fr->fr_flags |= FR_FAKEICMP; }