Searched defs:FR_CMDMASK (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h699 #define FR_CMDMASK 0x0000f macro
703 #define FR_LOGMASK (FR_LOG|FR_CMDMASK)
734 #define FR_ISBLOCK(x) (((x) & FR_CMDMASK) == FR_BLOCK)
735 #define FR_ISPASS(x) (((x) & FR_CMDMASK) == FR_PASS)
736 #define FR_ISAUTH(x) (((x) & FR_CMDMASK) == FR_AUTH)
737 #define FR_ISPREAUTH(x) (((x) & FR_CMDMASK) == FR_PREAUTH)
738 #define FR_ISACCOUNT(x) (((x) & FR_CMDMASK) == FR_ACCOUNT)
739 #define FR_ISSKIP(x) (((x) & FR_CMDMASK) == FR_SKIP)

Completed in 80 milliseconds