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

  /external/android-clat/
ipv4.c 62 uint8_t nxthdr; local
96 nxthdr = header->protocol;
97 if (nxthdr == IPPROTO_ICMP) {
99 nxthdr = IPPROTO_ICMPV6;
106 fill_ip6_header(ip6_targ, 0, nxthdr, header);
115 new_sum = ipv6_pseudo_header_checksum(ip6_targ, len_left, nxthdr);
125 } else if (nxthdr == IPPROTO_ICMPV6) {
127 } else if (nxthdr == IPPROTO_TCP) {
130 } else if (nxthdr == IPPROTO_UDP) {
133 } else if (nxthdr == IPPROTO_GRE)
    [all...]
ipv6.c 169 logcat_hexdump("ipv6/nxthdr", packet, len);

Completed in 554 milliseconds