Searched refs:FR_RETMASK (Results 1 – 5 of 5) sorted by relevance
52 if ((fp->fr_flags & FR_RETMASK) == FR_FAKEICMP)54 else if ((fp->fr_flags & FR_RETMASK) == FR_RETICMP)63 } else if ((fp->fr_flags & FR_RETMASK) == FR_RETRST)
90 switch (ips.is_pass & FR_RETMASK)
2633 if ((pass & FR_RETMASK) == FR_FAKEICMP)2672 } else if (((pass & FR_RETMASK) == FR_RETRST) &&2804 if ((pass & FR_RETMASK) != 0)2805 switch (pass & FR_RETMASK)
1962 if (!fr || !(fr->fr_flags & FR_RETMASK))
738 #define FR_RETMASK (FR_RETICMP|FR_RETRST|FR_FAKEICMP) macro