Searched refs:ConvertIcmpPacket (Results 1 – 2 of 2) sorted by relevance
63 int32_t ConvertIcmpPacket(int pos, const icmphdr *icmpHeader, uint32_t checksum, size_t tpLen);
130 …ret = ConvertIcmpPacket(pos + IP_TP_PACKET_POSITION_DELTA, reinterpret_cast<const icmphdr *>(tpHea… in ConvertV4TpPacket()401 int32_t ClatdPacketConverter::ConvertIcmpPacket(int pos, const icmphdr *icmpHeader, uint32_t checks… in ConvertIcmpPacket() function in OHOS::nmd::ClatdPacketConverter