Searched refs:ConvertUdpPacket (Results 1 – 2 of 2) sorted by relevance
73 …int32_t ConvertUdpPacket(int pos, const udphdr *udpHeader, uint32_t oldChecksum, uint32_t newCheck…
138 …ret = ConvertUdpPacket(pos + IP_TP_PACKET_POSITION_DELTA, reinterpret_cast<const udphdr *>(tpHeade… in ConvertV4TpPacket()216 …ret = ConvertUdpPacket(pos + IP_TP_PACKET_POSITION_DELTA, reinterpret_cast<const udphdr *>(tpHeade… in ConvertV6TpPacket()641 int32_t ClatdPacketConverter::ConvertUdpPacket(int pos, const udphdr *udpHeader, uint32_t oldChecks… in ConvertUdpPacket() function in OHOS::nmd::ClatdPacketConverter