Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintlog.c20 if (fp->fr_flags & FR_LOGBODY)
H A Dprintstate.c106 if (ips.is_pass & FR_LOGBODY)
124 if (ips.is_pass & FR_LOGBODY)
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_log.c363 mlen = (flags & FR_LOGBODY) ? MIN(mlen, 128) : 0;
364 } else if ((flags & FR_LOGBODY) == 0) {
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h722 #define FR_LOGBODY 0x10000 /* Log the body */ macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c1340 else if ((opts & OPT_LOGBODY) && (ipf->fl_flags & FR_LOGBODY))
H A Dipf_y.y691 IPFY_BODY { fr->fr_flags |= FR_LOGBODY; }