Lines Matching defs:ip6h
5501 ip6_t *ip6h;
5570 ip6h = (ip6_t *)mp->b_cont->b_rptr;
5574 ip6h->ip6_flow = (IPV6_VERSION << 28);
5575 ip6h->ip6_plen =
5577 ip6h->ip6_nxt = IPPROTO_ICMPV6;
5578 ip6h->ip6_hlim = 1; /* stay on link */
5593 ip6h->ip6_src = manc.manc_dom_ipv6addr;
5594 ip6h->ip6_dst = manc.manc_sc_ipv6addr;
5600 ip6h->ip6_src = man_sc_ip6addrs.ip6_my_sc_ipaddr;
5601 ip6h->ip6_dst = man_sc_ip6addrs.ip6_other_sc_ipaddr;
5630 sum = htons(IPPROTO_ICMPV6) + ip6h->ip6_plen;