Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintstate.c95 case FR_FAKEICMP :
H A Dprintfr.c50 if ((fp->fr_flags & FR_RETMASK) == FR_FAKEICMP)
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h719 #define FR_FAKEICMP 0x03000 /* Return ICMP unreachable with fake source */ macro
739 #define FR_RETMASK (FR_RETICMP|FR_RETRST|FR_FAKEICMP)
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y320 | IPFY_RETICMPASDST { fr->fr_flags |= FR_FAKEICMP; }
321 | IPFY_RETICMPASDST returncode { fr->fr_flags |= FR_FAKEICMP; }
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c2029 if (passt & (FR_RETICMP|FR_FAKEICMP))
2631 if ((pass & FR_RETMASK) == FR_FAKEICMP)
2809 case FR_FAKEICMP :