Searched refs:FR_FAKEICMP (Results 1 – 5 of 5) sorted by relevance
95 case FR_FAKEICMP :
52 if ((fp->fr_flags & FR_RETMASK) == FR_FAKEICMP)
716 #define FR_FAKEICMP 0x03000 /* Return ICMP unreachable with fake source */ macro736 #define FR_RETMASK (FR_RETICMP|FR_RETRST|FR_FAKEICMP)
320 | IPFY_RETICMPASDST { fr->fr_flags |= FR_FAKEICMP; }321 | IPFY_RETICMPASDST returncode { fr->fr_flags |= FR_FAKEICMP; }
2028 if (passt & (FR_RETICMP|FR_FAKEICMP))2630 if ((pass & FR_RETMASK) == FR_FAKEICMP)2808 case FR_FAKEICMP :