Searched refs:FR_RETRST (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/ipfilter/lib/
H A Dprintstate.c125 case FR_RETRST :
H A Dprintfr.c79 } else if ((fp->fr_flags & FR_RETMASK) == FR_RETRST)
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_scan.c518 is->is_pass |= FR_RETRST;
H A Dip_fil.h876 #define FR_RETRST 0x01000 /* Return TCP RST packet - reset connection */ macro
898 #define FR_RETMASK (FR_RETICMP|FR_RETRST|FR_FAKEICMP)
H A Dfil.c2714 pass &= ~(FR_CMDMASK|FR_RETICMP|FR_RETRST);
3146 } else if (((pass & FR_RETMASK) == FR_RETRST) &&
3165 if (pass & FR_RETRST) {
3261 case FR_RETRST :
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipf_y.y358 | IPFY_RETRST { fr->fr_flags |= FR_RETRST; }
/freebsd-10.2-release/contrib/ipfilter/
H A Dip_fil_compat.c1871 nflags |= FR_RETRST;
3720 if (nflags & FR_RETRST)

Completed in 186 milliseconds