Searched defs:checksum (Results 1 – 9 of 9) sorted by relevance
34 int checksum = stream.readUnsignedShort(); in IcmpMessage() local64 int checksum = Rfc1071.checksum(result, result.length); in getEncoded() local
20 static int checksum(byte[] data, int length) { in checksum() method in Rfc1071
53 int checksum = stream.readUnsignedShort(); in Ipv4Packet() local116 int checksum = Rfc1071.checksum(result, headerLength); in getEncoded() local
90 std::vector<uint32_t> checksum; variable
98 private short checksum; field in PacketUtils.Ip4Header148 int checksum = 0; in calculateChecksum() local
92 private short checksum; field in PacketUtils.Ip4Header142 int checksum = 0; in calculateChecksum() local
279 void checksum(ByteBuffer buf, int size) { in checksum() method in OutputManager301 void checksum(Image image) { in checksum() method in OutputManager
88 uint32_t checksum() { in checksum() function
404 static int checksum(const uint8_t *in, int len, AMediaFormat *format) { in checksum() function