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

/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipf.c267 flag &= ~(FF_LOGPASS|FF_LOGNOMATCH|FF_LOGBLOCK);
270 flag |= FF_LOGPASS;
538 if (flags & FF_LOGPASS) {
H A Dipfstat.c772 if (frf & FF_LOGPASS)
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_fil.h681 /* 0x10000000 FF_LOGPASS */
701 #define FF_LOGPASS 0x10000000 macro
704 #define FF_LOGGING (FF_LOGPASS|FF_LOGBLOCK|FF_LOGNOMATCH)
H A Dfil.c2825 (FR_ISPASS(pass) && (fr_flags & FF_LOGPASS))) {
2827 pass |= FF_LOGPASS;

Completed in 135 milliseconds