HomeSort by relevance Sort by last modified time
    Searched defs:new_sum (Results 1 - 2 of 2) sorted by null

  /external/android-clat/
ipv4.c 65 uint32_t old_sum, new_sum; local
115 new_sum = ipv6_pseudo_header_checksum(ip6_targ, len_left, nxthdr);
126 iov_len = icmp_packet(out, pos + 2, (const struct icmphdr *) next_header, new_sum, len_left);
128 iov_len = tcp_packet(out, pos + 2, (const struct tcphdr *) next_header, old_sum, new_sum,
131 iov_len = udp_packet(out, pos + 2, (const struct udphdr *) next_header, old_sum, new_sum,
ipv6.c 85 uint32_t old_sum, new_sum; local
152 new_sum = ipv4_pseudo_header_checksum(ip_targ, len_left);
160 iov_len = tcp_packet(out, pos + 2, (const struct tcphdr *) next_header, old_sum, new_sum,
163 iov_len = udp_packet(out, pos + 2, (const struct udphdr *) next_header, old_sum, new_sum,

Completed in 58 milliseconds