Searched refs:FR_RETRST (Results 1 – 5 of 5) sorted by relevance
98 case FR_RETRST :
63 } else if ((fp->fr_flags & FR_RETMASK) == FR_RETRST)
716 #define FR_RETRST 0x01000 /* Return TCP RST packet - reset connection */ macro738 #define FR_RETMASK (FR_RETICMP|FR_RETRST|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)) {2670 } else if (((pass & FR_RETMASK) == FR_RETRST) &&2708 if (pass & FR_RETRST)2805 case FR_RETRST :
322 | IPFY_RETRST { fr->fr_flags |= FR_RETRST; }330 | IPFY_AUTH IPFY_RETRST { fr->fr_flags |= (FR_AUTH|FR_RETRST);}