HomeSort by: relevance | last modified time | path
    Searched refs:FR_LOGBODY (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_log.c 488 mlen = (flags & FR_LOGBODY) ? MIN(mlen, 128) : 0;
489 } else if ((flags & FR_LOGBODY) == 0) {
ip_fil.h 880 #define FR_LOGBODY 0x10000 /* Log the body */
ip_fil_compat.c 1875 nflags |= FR_LOGBODY;
3654 if (nflags & FR_LOGBODY)

Completed in 17 milliseconds