Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintfr.c50 if ((fp->fr_flags & FR_RETMASK) == FR_FAKEICMP)
52 else if ((fp->fr_flags & FR_RETMASK) == FR_RETICMP)
61 } else if ((fp->fr_flags & FR_RETMASK) == FR_RETRST)
H A Dprintstate.c90 switch (ips.is_pass & FR_RETMASK)
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c2631 if ((pass & FR_RETMASK) == FR_FAKEICMP)
2670 } else if (((pass & FR_RETMASK) == FR_RETRST) &&
2802 if ((pass & FR_RETMASK) != 0)
2803 switch (pass & FR_RETMASK)
H A Dip_fil_solaris.c2170 if (!fr || !(fr->fr_flags & FR_RETMASK))
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h739 #define FR_RETMASK (FR_RETICMP|FR_RETRST|FR_FAKEICMP) macro