Home
last modified time | relevance | path

Searched refs:FR_LOGBODY (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_log.c463 mlen = (flags & FR_LOGBODY) ? MIN(mlen, 128) : 0;
464 } else if ((flags & FR_LOGBODY) == 0) {
H A Dip_fil.h821 #define FR_LOGBODY 0x10000 /* Log the body */ macro