Lines Matching full:temp
96 uint16_t temp;
121 temp = htons(IPPROTO_UDP);
122 udpsum = checksum(&temp, sizeof(temp), udpsum);
123 temp = udp.len;
124 udpsum = checksum(&temp, sizeof(temp), udpsum);
167 uint16_t temp;
229 temp = packet.udp.check;
232 packet.udp.check = temp;
233 if (temp != sum) {
234 ALOGW("UDP header checksum failure (0x%x should be 0x%x)", sum, temp);