HomeSort by: relevance | last modified time | path
    Searched refs:FR_CMDMASK (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_fil.h 863 #define FR_CMDMASK 0x0000f
867 #define FR_LOGMASK (FR_LOG|FR_CMDMASK)
898 #define FR_ISBLOCK(x) (((x) & FR_CMDMASK) == FR_BLOCK)
899 #define FR_ISPASS(x) (((x) & FR_CMDMASK) == FR_PASS)
900 #define FR_ISAUTH(x) (((x) & FR_CMDMASK) == FR_AUTH)
901 #define FR_ISPREAUTH(x) (((x) & FR_CMDMASK) == FR_PREAUTH)
902 #define FR_ISACCOUNT(x) (((x) & FR_CMDMASK) == FR_ACCOUNT)
903 #define FR_ISSKIP(x) (((x) & FR_CMDMASK) == FR_SKIP)
904 #define FR_ISDECAPS(x) (((x) & FR_CMDMASK) == FR_DECAPSULATE)
fil.c 2527 passt &= ~FR_CMDMASK;
2698 pass &= ~(FR_CMDMASK|FR_RETICMP|FR_RETRST);
3023 pass &= ~FR_CMDMASK;
3052 pass &= ~FR_CMDMASK;
3237 /*if ((pass & FR_CMDMASK) == (softc->ipf_pass & FR_CMDMASK))*/
3252 switch (pass & FR_CMDMASK)
3316 pass &= ~FR_CMDMASK;
4530 if (((fp->fr_flags & FR_CMDMASK) == FR_CALL) &&
8365 pass &= ~FR_CMDMASK;
    [all...]
ip_fil_compat.c 3602 switch (nflags & FR_CMDMASK) {

Completed in 167 milliseconds