Home
last modified time | relevance | path

Searched refs:FR_LOG (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil.h805 #define FR_LOG 0x00010 /* Log */ macro
808 #define FR_LOGMASK (FR_LOG|FR_CMDMASK)
H A Dip_frag.c936 pass &= ~(FR_LOGFIRST|FR_LOG);
H A Dip_state.c1754 is->is_pass &= ~(FR_LOGFIRST|FR_LOG);
3457 pass &= ~(FR_LOGFIRST|FR_LOG);
H A Dfil.c2538 if ((passt & FR_LOGMASK) == FR_LOG) {
2560 } else if (((passt & FR_LOGMASK) != FR_LOG) &&