Lines Matching defs:ip6h
4275 struct ip6_hdr *ip6h;
4324 ip6h = mtod(m, struct ip6_hdr *);
4364 ip6h->ip6_flow = htonl(flowinfo);
4366 ip6h->ip6_nxt = IPPROTO_UDP;
4368 ip6h->ip6_nxt = IPPROTO_SCTP;
4370 ip6h->ip6_plen = htons((uint16_t)(packet_length - sizeof(struct ip6_hdr)));
4371 ip6h->ip6_dst = sin6->sin6_addr;
4476 ip6h->ip6_src = lsa6->sin6_addr;
4485 udp = (struct udphdr *)((caddr_t)ip6h + sizeof(struct ip6_hdr));
4492 sctphdr = (struct sctphdr *)((caddr_t)ip6h + sizeof(struct ip6_hdr));
4504 ip6h->ip6_hlim = SCTP_GET_HLIM(inp, ro);
4509 sin6->sin6_addr = ip6h->ip6_dst;
4510 lsa6->sin6_addr = ip6h->ip6_src;
4551 SCTP_PROBE5(send, NULL, stcb, ip6h, stcb, sctphdr);