Home
last modified time | relevance | path

Searched refs:temp_protocol (Results 1 – 1 of 1) sorted by relevance

/system/core/libnetutils/
Dchecksum.c112 uint16_t temp_protocol, temp_length; in ipv4_pseudo_header_checksum() local
114 temp_protocol = htons(ip->protocol); in ipv4_pseudo_header_checksum()
121 current = ip_checksum_add(current, &temp_protocol, sizeof(uint16_t)); in ipv4_pseudo_header_checksum()