h6 1569 net/pf.c struct ip6_hdr *h6; h6 1630 net/pf.c h6 = mtod(m, struct ip6_hdr *); h6 1633 net/pf.c h6->ip6_nxt = IPPROTO_TCP; h6 1634 net/pf.c h6->ip6_plen = htons(tlen); h6 1635 net/pf.c memcpy(&h6->ip6_src, &saddr->v6, sizeof(struct in6_addr)); h6 1636 net/pf.c memcpy(&h6->ip6_dst, &daddr->v6, sizeof(struct in6_addr)); h6 1638 net/pf.c th = (struct tcphdr *)((caddr_t)h6 + sizeof(struct ip6_hdr)); h6 1704 net/pf.c h6->ip6_vfc |= IPV6_VERSION; h6 1705 net/pf.c h6->ip6_hlim = IPV6_DEFHLIM;