Searched refs:FR_CMDMASK (Results 1 – 3 of 3) sorted by relevance
702 #define FR_CMDMASK 0x0000f macro706 #define FR_LOGMASK (FR_LOG|FR_CMDMASK)737 #define FR_ISBLOCK(x) (((x) & FR_CMDMASK) == FR_BLOCK)738 #define FR_ISPASS(x) (((x) & FR_CMDMASK) == FR_PASS)739 #define FR_ISAUTH(x) (((x) & FR_CMDMASK) == FR_AUTH)740 #define FR_ISPREAUTH(x) (((x) & FR_CMDMASK) == FR_PREAUTH)741 #define FR_ISACCOUNT(x) (((x) & FR_CMDMASK) == FR_ACCOUNT)742 #define FR_ISSKIP(x) (((x) & FR_CMDMASK) == FR_SKIP)
688 *passp &= ~FR_CMDMASK;
2014 passt &= ~FR_CMDMASK;2206 pass &= ~(FR_CMDMASK|FR_DUP|FR_RETICMP|FR_RETRST);2268 pass &= ~FR_CMDMASK;2576 pass &= ~FR_CMDMASK;2812 switch (pass & FR_CMDMASK)2876 pass &= ~FR_CMDMASK;