Searched refs:tcpflags (Results 1 – 1 of 1) sorted by relevance
762 u_int8_t tcpflags; in tcp_error() local795 tcpflags = (tcp_flag_byte(th) & ~(TCPHDR_ECE|TCPHDR_CWR|TCPHDR_PSH)); in tcp_error()796 if (!tcp_valid_flags[tcpflags]) { in tcp_error()