Searched refs:upper16 (Results 1 – 1 of 1) sorted by relevance
66 uint32_t upper16; in checksum() local75 while ((upper16 = (sum >> 16)) != 0) { in checksum()76 sum = (sum & 0xffff) + upper16; in checksum()