Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil.h804 #define FR_CMDMASK 0x0000f macro
808 #define FR_LOGMASK (FR_LOG|FR_CMDMASK)
839 #define FR_ISBLOCK(x) (((x) & FR_CMDMASK) == FR_BLOCK)
840 #define FR_ISPASS(x) (((x) & FR_CMDMASK) == FR_PASS)
841 #define FR_ISAUTH(x) (((x) & FR_CMDMASK) == FR_AUTH)
842 #define FR_ISPREAUTH(x) (((x) & FR_CMDMASK) == FR_PREAUTH)
843 #define FR_ISACCOUNT(x) (((x) & FR_CMDMASK) == FR_ACCOUNT)
844 #define FR_ISSKIP(x) (((x) & FR_CMDMASK) == FR_SKIP)
845 #define FR_ISDECAPS(x) (((x) & FR_CMDMASK) == FR_DECAPSULATE)
H A Dfil.c2542 passt &= ~FR_CMDMASK;
2717 pass &= ~(FR_CMDMASK|FR_RETICMP|FR_RETRST);
3050 pass &= ~FR_CMDMASK;
3079 pass &= ~FR_CMDMASK;
3266 switch (pass & FR_CMDMASK)
3332 pass &= ~FR_CMDMASK;
4647 if (((fp->fr_flags & FR_CMDMASK) == FR_CALL) &&
8623 pass &= ~FR_CMDMASK;