Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ipfilter/lib/
HDprintstate.c122 case FR_FAKEICMP :
HDprintfr.c68 if ((fp->fr_flags & FR_RETMASK) == FR_FAKEICMP)
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
HDip_fil.h818 #define FR_FAKEICMP 0x03000 /* Return ICMP unreachable with fake source */ macro
838 #define FR_RETMASK (FR_RETICMP|FR_RETRST|FR_FAKEICMP)
HDfil.c2563 if (passt & (FR_RETICMP|FR_FAKEICMP))
3140 if ((pass & FR_RETMASK) == FR_FAKEICMP)
3260 case FR_FAKEICMP :
/freebsd-11-stable/contrib/ipfilter/tools/
HDipf_y.y357 | IPFY_RETICMPASDST { fr->fr_flags |= FR_FAKEICMP; }
358 | IPFY_RETICMPASDST returncode { fr->fr_flags |= FR_FAKEICMP; }
/freebsd-11-stable/contrib/ipfilter/
HDip_fil_compat.c1853 nflags |= FR_FAKEICMP;
3690 if (nflags & FR_FAKEICMP)