Home
last modified time | relevance | path

Searched refs:IPFILTER_LOGSIZE (Results 1 – 3 of 3) sorted by relevance

/src/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h1002 #ifndef IPFILTER_LOGSIZE
1003 # define IPFILTER_LOGSIZE DEFAULT_IPFLOGSIZE macro
1005 # if IPFILTER_LOGSIZE < 8192
1006 # error IPFILTER_LOGSIZE too small. Must be >= 8192
H A Dip_log.c209 softl->ipl_logsize = IPFILTER_LOGSIZE; in ipf_log_soft_create()
/src/sbin/ipf/ipmon/
H A Dipmon.c451 if (bufsize > IPFILTER_LOGSIZE) in read_log()
452 bufsize = IPFILTER_LOGSIZE; in read_log()