Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ipf/
H A Dip_proxy.c547 if ((fin->fin_tcpf & TH_RST) != 0)
H A Dfil.c1068 fin->fin_tcpf = tcp->th_flags;
1648 ft->ftu_tcpf != (fin->fin_tcpf & ft->ftu_tcpfm)) {
1649 FR_DEBUG(("f. %#x & %#x != %#x\n", fin->fin_tcpf,
H A Dip_state.c1132 if ((fin->fin_flx & FI_OOW) && !(fin->fin_tcpf & TH_SYN))
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h369 u_char fin_tcpf; /* TCP header flags (SYN, ACK, etc) */ member