Searched refs:FR_CMDMASK (Results 1 – 3 of 3) sorted by relevance
704 #define FR_CMDMASK 0x0000f macro708 #define FR_LOGMASK (FR_LOG|FR_CMDMASK)739 #define FR_ISBLOCK(x) (((x) & FR_CMDMASK) == FR_BLOCK)740 #define FR_ISPASS(x) (((x) & FR_CMDMASK) == FR_PASS)741 #define FR_ISAUTH(x) (((x) & FR_CMDMASK) == FR_AUTH)742 #define FR_ISPREAUTH(x) (((x) & FR_CMDMASK) == FR_PREAUTH)743 #define FR_ISACCOUNT(x) (((x) & FR_CMDMASK) == FR_ACCOUNT)744 #define FR_ISSKIP(x) (((x) & FR_CMDMASK) == FR_SKIP)
688 *passp &= ~FR_CMDMASK;
2015 passt &= ~FR_CMDMASK;2207 pass &= ~(FR_CMDMASK|FR_DUP|FR_RETICMP|FR_RETRST);2269 pass &= ~FR_CMDMASK;2577 pass &= ~FR_CMDMASK;2813 switch (pass & FR_CMDMASK)2877 pass &= ~FR_CMDMASK;