Searched refs:ConvertTcpPacket (Results 1 – 2 of 2) sorted by relevance
70 …int32_t ConvertTcpPacket(int pos, const tcphdr *tcpHeader, uint32_t oldChecksum, uint32_t newCheck…
134 …ret = ConvertTcpPacket(pos + IP_TP_PACKET_POSITION_DELTA, reinterpret_cast<const tcphdr *>(tpHeade… in ConvertV4TpPacket()212 …ret = ConvertTcpPacket(pos + IP_TP_PACKET_POSITION_DELTA, reinterpret_cast<const tcphdr *>(tpHeade… in ConvertV6TpPacket()589 int32_t ClatdPacketConverter::ConvertTcpPacket(int pos, const tcphdr *tcpHeader, uint32_t oldChecks… in ConvertTcpPacket() function in OHOS::nmd::ClatdPacketConverter