Searched refs:FR_STATESYNC (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/ipfilter/lib/
H A Dprintstate.c165 if (sp->is_pass & (FR_STATESYNC|FR_STSTRICT|FR_STLOOSE)) {
167 if (sp->is_pass & FR_STATESYNC)
H A Dprintfr.c372 FR_NOICMPERR|FR_STATESYNC)) ||
406 if (fp->fr_flags & FR_STATESYNC) {
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_fil.h889 #define FR_STATESYNC 0x1000000 /* synchronize state to slave */ macro
H A Dip_state.c1741 if (pass & FR_STATESYNC)
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipf_y.y1402 | IPFY_SYNC { DOALL(fr->fr_flags |= FR_STATESYNC;) }
/freebsd-10.2-release/contrib/ipfilter/
H A Dip_fil_compat.c1895 nflags |= FR_STATESYNC;
3744 if (nflags & FR_STATESYNC)

Completed in 132 milliseconds