Home
last modified time | relevance | path

Searched refs:FR_NOICMPERR (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/ipf/lib/common/
H A Dprintfr.c339 if ((fp->fr_flags & (FR_STSTRICT|FR_NEWISN|FR_NOICMPERR|FR_STATESYNC)) ||
355 if (fp->fr_flags & FR_NOICMPERR) {
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dip_state.c2510 if (is->is_pass & FR_NOICMPERR)
2515 if ((is->is_pass & FR_NOICMPERR) != 0) {
2588 if (((is->is_pass & FR_NOICMPERR) != 0) ||
4106 !(is->is_pass & FR_NOICMPERR) &&
4165 (is->is_pass & FR_NOICMPERR))
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h728 #define FR_NOICMPERR 0x800000 /* do not match ICMP errors in state */ macro
/titanic_50/usr/src/cmd/ipf/tools/
H A Dipf_y.y1248 | IPFY_NOICMPERR { DOALL(fr->fr_flags |= FR_NOICMPERR;) }