Lines Matching defs:fip6h
4109 ip6_t *fip6h;
4206 fip6h = (ip6_t *)hmp->b_rptr;
4207 bcopy(ip6h, fip6h, unfragmentable_len);
4251 fip6h = (ip6_t *)(hmp0->b_rptr);
4255 fip6h->ip6_plen = htons((uint16_t)(mlen +
4320 ip6_t *fip6h;
4395 fip6h = (ip6_t *)hmp->b_rptr;
4398 bcopy(ip6h, fip6h, unfragmentable_len);
4399 fip6h->ip6_plen = htons(ntohs(fip6h->ip6_plen) + sizeof (ip6_frag_t));