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

/freebsd-current/sbin/ipf/libipf/
H A Dprintstate.c121 case FR_RETRST :
H A Dprintfr.c76 } else if ((fp->fr_flags & FR_RETMASK) == FR_RETRST)
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_scan.c493 is->is_pass |= FR_RETRST;
H A Dip_fil.h817 #define FR_RETRST 0x01000 /* Return TCP RST packet - reset connection */ macro
839 #define FR_RETMASK (FR_RETICMP|FR_RETRST|FR_FAKEICMP)
H A Dfil.c2663 pass &= ~(FR_CMDMASK|FR_RETICMP|FR_RETRST);
3088 } else if (((pass & FR_RETMASK) == FR_RETRST) &&
3107 if (pass & FR_RETRST) {
3205 case FR_RETRST :
/freebsd-current/sbin/ipf/common/
H A Dipf_y.y358 | IPFY_RETRST { fr->fr_flags |= FR_RETRST; }

Completed in 205 milliseconds