Searched refs:tcpHdr (Results 1 – 1 of 1) sorted by relevance
65 struct TcpHeader *tcpHdr = NULL; in IsTcpKeyFrame() local83 tcpHdr = (struct TcpHeader *)(ipHeader + 1); in IsTcpKeyFrame()87 tcpHdrLen = (tcpHdr->offset & 0xF0) << PROTOCOL_STANDARD_SHIFT_COUNT; in IsTcpKeyFrame()