Searched refs:FF_LOGBLOCK (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipf.c285 flag &= ~(FF_LOGPASS|FF_LOGNOMATCH|FF_LOGBLOCK);
300 flag |= FF_LOGBLOCK;
573 if (flags & FF_LOGBLOCK) {
H A Dipfstat.c780 if (frf & FF_LOGBLOCK)
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_fil.h894 /* 0x20000000 FF_LOGBLOCK */
913 #define FF_LOGBLOCK 0x20000000 macro
915 #define FF_LOGGING (FF_LOGPASS|FF_LOGBLOCK|FF_LOGNOMATCH)
H A Dfil.c3322 (FR_ISBLOCK(pass) && (softc->ipf_flags & FF_LOGBLOCK))) {
3324 pass |= FF_LOGBLOCK;

Completed in 106 milliseconds