Lines Matching defs:ip6hdr
157 struct ip6_hdr *ip6hdr = (struct ip6_hdr *)ip_frame;
167 ip6hdr->ip6_plen = htons(frag_len);
207 struct ip6_hdr *ip6hdr = (struct ip6_hdr *)ip_frame;
222 memset(ip6hdr, 0, sizeof(*ip6hdr));
223 ip6hdr->ip6_flow = htonl(6<<28); /* Version. */
224 ip6hdr->ip6_nxt = IPPROTO_FRAGMENT;
225 ip6hdr->ip6_hops = 255;
226 ip6hdr->ip6_src = addr6;
227 ip6hdr->ip6_dst = addr6;
308 ip6hdr->ip6_plen = htons(frag_len);