Searched defs:fip6h (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c4109 ip6_t *fip6h; local
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; local
4395 fip6h = (ip6_t *)hmp->b_rptr;
4398 bcopy(ip6h, fip6h, unfragmentable_len);
4399 fip6h->ip6_plen = htons(ntohs(fip6h
[all...]

Completed in 53 milliseconds