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

  /src/sys/external/bsd/ipf/netinet/
ip_fil.h 893 /* 0x20000000 FF_LOGBLOCK */
912 #define FF_LOGBLOCK 0x20000000
914 #define FF_LOGGING (FF_LOGPASS|FF_LOGBLOCK|FF_LOGNOMATCH)
fil.c 3303 (FR_ISBLOCK(pass) && (softc->ipf_flags & FF_LOGBLOCK))) {
3305 pass |= FF_LOGBLOCK;

Completed in 111 milliseconds