Lines Matching full:nxthdr
62 uint8_t nxthdr;
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) {