Home
last modified time | relevance | path

Searched refs:FR_LOGP (Results 1 – 4 of 4) sorted by relevance

/src/sbin/ipf/libipf/
H A Dprintfr.c85 ((fp->fr_flags & FR_LOGP) == FR_LOGP)) { in printfr()
/src/sbin/ipf/ipmon/
H A Dipmon.c1111 if (ipf->fl_flags & FR_LOGP) in print_ipflog()
/src/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h808 #define FR_LOGP 0x00012 /* Log-pass */ macro
H A Dfil.c3262 } else if (((pass & FR_LOGMASK) == FR_LOGP) || in ipf_dolog()
3264 if ((pass & FR_LOGMASK) != FR_LOGP) in ipf_dolog()