Home | History | Annotate | Download | only in libnpftest

Lines Matching defs:ip6

199 	struct ip6_hdr *ip6;
204 ip6 = mtod(m, struct ip6_hdr *);
206 ip6->ip6_vfc = IPV6_VERSION;
207 ip6->ip6_nxt = proto;
208 ip6->ip6_hlim = 64;
211 l4data = (void *)(ip6 + 1);
213 ip6->ip6_plen = htons(size);
237 mbuf_return_hdrs6(struct mbuf *m, struct ip6_hdr **ip6)
241 *ip6 = ip6hdr;
267 struct ip6_hdr *ip6;
275 p = mbuf_return_hdrs6(m, &ip6);
276 ipsrc = &ip6->ip6_src;
277 ipdst = &ip6->ip6_dst;