Searched refs:newChecksum (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | clatd_packet_converter.cpp | 125 uint32_t newChecksum = CalV6PseudoHeaderChecksum(ip6Header, tpLen, v6TpProtocol); in ConvertV4TpPacket() local 131 newChecksum, tpLen); in ConvertV4TpPacket() 135 oldChecksum, newChecksum, tpLen); in ConvertV4TpPacket() 139 oldChecksum, newChecksum, tpLen); in ConvertV4TpPacket() 205 uint32_t newChecksum = CalV4PseudoHeaderChecksum(ipHeader, tpLen, v4TpProtocol); in ConvertV6TpPacket() local 215 oldChecksum, newChecksum, tpLen); in ConvertV6TpPacket() 219 oldChecksum, newChecksum, tpLen); in ConvertV6TpPacket() 592 uint32_t newChecksum, size_t tpLen) in ConvertTcpPacket() 611 tcpHeaderOut->check = AdjustChecksum(tcpHeader->check, oldChecksum, newChecksum); in ConvertTcpPacket() 647 uint32_t newChecksum, size_ in ConvertUdpPacket() 591 ConvertTcpPacket(int pos, const tcphdr *tcpHeader, uint32_t oldChecksum, uint32_t newChecksum, size_t tpLen) ConvertTcpPacket() argument 646 ConvertUdpPacket(int pos, const udphdr *udpHeader, uint32_t oldChecksum, uint32_t newChecksum, size_t tpLen) ConvertUdpPacket() argument [all...] |
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | clatd_packet_converter.h | 70 int32_t ConvertTcpPacket(int pos, const tcphdr *tcpHeader, uint32_t oldChecksum, uint32_t newChecksum, 73 int32_t ConvertUdpPacket(int pos, const udphdr *udpHeader, uint32_t oldChecksum, uint32_t newChecksum,
|
Completed in 2 milliseconds