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

  /src/sys/external/bsd/ipf/netinet/
ip_frag.c 868 /* that if FR_LOGFIRST is set, reset FR_LOG. */
908 if ((pass & FR_LOGFIRST) != 0)
909 pass &= ~(FR_LOGFIRST|FR_LOG);
ip_state.c 1723 if (pass & FR_LOGFIRST)
1724 is->is_pass &= ~(FR_LOGFIRST|FR_LOG);
3390 if ((pass & FR_LOGFIRST) != 0)
3391 pass &= ~(FR_LOGFIRST|FR_LOG);
ip_fil.h 881 #define FR_LOGFIRST 0x20000 /* Log the first byte if state held */
ip_fil_compat.c 1877 nflags |= FR_LOGFIRST;
3656 if (nflags & FR_LOGFIRST)

Completed in 23 milliseconds