Home
last modified time | relevance | path

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

/trueos/contrib/ipfilter/lib/
HDprintstate.c122 case FR_FAKEICMP :
HDprintfr.c68 if ((fp->fr_flags & FR_RETMASK) == FR_FAKEICMP)
/trueos/sys/contrib/ipfilter/netinet/
HDip_fil.h878 #define FR_FAKEICMP 0x03000 /* Return ICMP unreachable with fake source */ macro
898 #define FR_RETMASK (FR_RETICMP|FR_RETRST|FR_FAKEICMP)
HDfil.c2562 if (passt & (FR_RETICMP|FR_FAKEICMP))
3139 if ((pass & FR_RETMASK) == FR_FAKEICMP)
3265 case FR_FAKEICMP :
/trueos/contrib/ipfilter/tools/
HDipf_y.y356 | IPFY_RETICMPASDST { fr->fr_flags |= FR_FAKEICMP; }
357 | IPFY_RETICMPASDST returncode { fr->fr_flags |= FR_FAKEICMP; }
/trueos/contrib/ipfilter/
HDip_fil_compat.c1875 nflags |= FR_FAKEICMP;
3724 if (nflags & FR_FAKEICMP)