Lines Matching defs:ip6
169 #include <netinet/ip6.h>
515 struct ip6_hdr *ip6;
1278 ip6 = NULL;
1285 ip6 = mtod(m, struct ip6_hdr *);
1286 th = (struct tcphdr *)(ip6 + 1);
1292 ip6 = NULL;
1556 ip6->ip6_nxt = IPPROTO_TCP;
1564 ip6->ip6_hlim = in6pcb_selecthlim_rt(tp->t_inpcb);
1566 ip6->ip6_flow |= htonl(ecn_tos << 20);
1567 /* ip6->ip6_flow = ??? (from template) */