Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil.h818 #define FR_FAKEICMP 0x03000 /* Return ICMP unreachable with fake source */ macro
838 #define FR_RETMASK (FR_RETICMP|FR_RETRST|FR_FAKEICMP)
H A Dfil.c2565 if (passt & (FR_RETICMP|FR_FAKEICMP))
3142 if ((pass & FR_RETMASK) == FR_FAKEICMP)
3262 case FR_FAKEICMP :