Searched refs:FR_LOG (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/ipfilter/lib/
H A Dprintstate.c128 } else if ((sp->is_pass & FR_LOGMASK) == FR_LOG) {
146 if ((sp->is_pass & FR_LOG) != 0) {
H A Dprintfr.c50 } else if ((fp->fr_flags & FR_LOGMASK) == FR_LOG) {
/freebsd-13-stable/sys/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.c892 /* that if FR_LOGFIRST is set, reset FR_LOG. */
936 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.c2536 if ((passt & FR_LOGMASK) == FR_LOG) {
2558 } else if (((passt & FR_LOGMASK) != FR_LOG) &&
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dipf_y.y367 log: IPFY_LOG { fr->fr_flags |= FR_LOG; }
368 | IPFY_LOG logoptions { fr->fr_flags |= FR_LOG; }
H A Dipmon.c1149 } else if ((ipf->fl_flags & FR_LOGMASK) == FR_LOG) {
/freebsd-13-stable/contrib/ipfilter/
H A Dip_fil_compat.c1833 nflags |= FR_LOG;
3670 if (nflags & FR_LOG)

Completed in 237 milliseconds