Home
last modified time | relevance | path

Searched refs:FR_CMDMASK (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h702 #define FR_CMDMASK 0x0000f macro
706 #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)
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dip_frag.c688 *passp &= ~FR_CMDMASK;
H A Dfil.c2014 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;