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

  /src/external/bsd/ipf/dist/tools/
ipf.c 282 flag &= ~(FF_LOGPASS|FF_LOGNOMATCH|FF_LOGBLOCK);
285 flag |= FF_LOGPASS;
566 if (flags & FF_LOGPASS) {
ipfstat.c 778 if (frf & FF_LOGPASS)
  /src/sys/external/bsd/ipf/netinet/
ip_fil.h 892 /* 0x10000000 FF_LOGPASS */
911 #define FF_LOGPASS 0x10000000
914 #define FF_LOGGING (FF_LOGPASS|FF_LOGBLOCK|FF_LOGNOMATCH)
fil.c 3296 (FR_ISPASS(pass) && (softc->ipf_flags & FF_LOGPASS))) {
3298 pass |= FF_LOGPASS;

Completed in 42 milliseconds