Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintstate.c98 case FR_RETRST :
H A Dprintfr.c61 } else if ((fp->fr_flags & FR_RETMASK) == FR_RETRST)
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h717 #define FR_RETRST 0x01000 /* Return TCP RST packet - reset connection */ macro
739 #define FR_RETMASK (FR_RETICMP|FR_RETRST|FR_FAKEICMP)
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c2207 pass &= ~(FR_CMDMASK|FR_DUP|FR_RETICMP|FR_RETRST);
2618 if ((pass & (FR_RETRST|FR_RETICMP)) && ((fin->fin_flx & FI_OOW) == 0)) {
2670 } else if (((pass & FR_RETMASK) == FR_RETRST) &&
2708 if (pass & FR_RETRST)
2805 case FR_RETRST :
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y322 | IPFY_RETRST { fr->fr_flags |= FR_RETRST; }
330 | IPFY_AUTH IPFY_RETRST { fr->fr_flags |= (FR_AUTH|FR_RETRST);}