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

/freebsd-current/sbin/ipf/ipf/
H A Dipf.c269 flag &= ~(FF_LOGPASS|FF_LOGNOMATCH|FF_LOGBLOCK);
272 flag |= FF_LOGPASS;
541 if (flags & FF_LOGPASS) {
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h834 /* 0x10000000 FF_LOGPASS */
853 #define FF_LOGPASS 0x10000000 macro
856 #define FF_LOGGING (FF_LOGPASS|FF_LOGBLOCK|FF_LOGNOMATCH)
H A Dfil.c3257 (FR_ISPASS(pass) && (softc->ipf_flags & FF_LOGPASS))) {
3259 pass |= FF_LOGPASS;
/freebsd-current/sbin/ipf/ipfstat/
H A Dipfstat.c749 if (frf & FF_LOGPASS)

Completed in 230 milliseconds