Home
last modified time | relevance | path

Searched refs:FR_LOGFIRST (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_frag.c935 if ((pass & FR_LOGFIRST) != 0)
936 pass &= ~(FR_LOGFIRST|FR_LOG);
H A Dip_state.c1753 if (pass & FR_LOGFIRST)
1754 is->is_pass &= ~(FR_LOGFIRST|FR_LOG);
3456 if ((pass & FR_LOGFIRST) != 0)
3457 pass &= ~(FR_LOGFIRST|FR_LOG);
H A Dip_fil.h822 #define FR_LOGFIRST 0x20000 /* Log the first byte if state held */ macro