Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintfr.c49 if (fp->fr_flags & FR_RETICMP) {
52 else if ((fp->fr_flags & FR_RETMASK) == FR_RETICMP)
H A Dprintstate.c92 case FR_RETICMP :
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h718 #define FR_RETICMP 0x02000 /* Return ICMP unreachable packet */ macro
739 #define FR_RETMASK (FR_RETICMP|FR_RETRST|FR_FAKEICMP)
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c2029 if (passt & (FR_RETICMP|FR_FAKEICMP))
2207 pass &= ~(FR_CMDMASK|FR_DUP|FR_RETICMP|FR_RETRST);
2618 if ((pass & (FR_RETRST|FR_RETICMP)) && ((fin->fin_flx & FI_OOW) == 0)) {
2628 if (pass & FR_RETICMP) {
2807 case FR_RETICMP :
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y318 IPFY_RETICMP { fr->fr_flags |= FR_RETICMP; }
319 | IPFY_RETICMP returncode { fr->fr_flags |= FR_RETICMP; }