Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ipf/lib/common/
H A Dprintfr.c339 if ((fp->fr_flags & (FR_STSTRICT|FR_NEWISN|FR_NOICMPERR|FR_STATESYNC)) ||
351 if (fp->fr_flags & FR_NEWISN) {
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dip_state.c1360 if ((fin->fin_out != 0) && (pass & FR_NEWISN) != 0) {
1727 if ((fin->fin_out != 0) && (is->is_pass & FR_NEWISN))
1734 if ((fin->fin_out != 0) && (is->is_pass & FR_NEWISN))
3046 if (is->is_pass & FR_NEWISN) {
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h725 #define FR_NEWISN 0x400000 /* new ISN for outgoing TCP */ macro
/titanic_41/usr/src/cmd/ipf/tools/
H A Dipf_y.y1246 fr->fr_flags |= FR_NEWISN;)