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

  /src/external/bsd/ipf/dist/lib/
printstate.c 131 } else if ((sp->is_pass & FR_LOGMASK) == FR_LOG) {
149 if ((sp->is_pass & FR_LOG) != 0) {
printfr.c 50 } else if ((fp->fr_flags & FR_LOGMASK) == FR_LOG) {
  /src/sys/external/bsd/ipf/netinet/
ip_fil.h 864 #define FR_LOG 0x00010 /* Log */
867 #define FR_LOGMASK (FR_LOG|FR_CMDMASK)
ip_frag.c 868 /* that if FR_LOGFIRST is set, reset FR_LOG. */
909 pass &= ~(FR_LOGFIRST|FR_LOG);
ip_state.c 1724 is->is_pass &= ~(FR_LOGFIRST|FR_LOG);
3391 pass &= ~(FR_LOGFIRST|FR_LOG);
ip_fil_compat.c 1849 nflags |= FR_LOG;
3628 if (nflags & FR_LOG)
fil.c 2524 if ((passt & FR_LOGMASK) == FR_LOG) {
2546 } else if (((passt & FR_LOGMASK) != FR_LOG) &&
  /src/external/bsd/ipf/dist/tools/
ipf_y.y 368 log: IPFY_LOG { fr->fr_flags |= FR_LOG; }
369 | IPFY_LOG logoptions { fr->fr_flags |= FR_LOG; }
ipmon.c 1157 } else if ((ipf.fl_flags & FR_LOGMASK) == FR_LOG) {
  /src/external/bsd/ipf/dist/
ip_fil_compat.c 1857 nflags |= FR_LOG;
3706 if (nflags & FR_LOG)

Completed in 31 milliseconds