Lines Matching defs:oip6h
2034 ip6_t *ip6h, *oip6h;
2060 oip6h = (ip6_t *)mp->b_rptr;
2061 icmp6 = (icmp6_t *)((uint8_t *)oip6h + hdr_length);
2087 ah->ah_spi, &oip6h->ip6_src, AF_INET6,
2374 * oip6h is the IPv6 header of the incoming or outgoing packet.
2392 ah_fix_phdr_v6(ip6_t *ip6h, ip6_t *oip6h, boolean_t outbound,
2425 oi_opt = (uchar_t *)&oip6h[1];
2435 nexthdr = oip6h->ip6_nxt;
2484 *pap = oip6h->ip6_dst;
3055 ip6_t *oip6h;
3100 oip6h = (ip6_t *)mp->b_rptr;
3117 ip6h->ip6_plen = htons(ntohs(oip6h->ip6_plen) +
3120 ip6h->ip6_plen = oip6h->ip6_plen;
3123 ip6h->ip6_src = oip6h->ip6_src;
3124 ip6h->ip6_dst = oip6h->ip6_dst;
3130 ((ah_t *)(ip6h + 1))->ah_nexthdr = oip6h->ip6_nxt;
3133 ip6h->ip6_nxt = oip6h->ip6_nxt;
3137 ah_offset = ah_fix_phdr_v6(ip6h, oip6h, outbound, B_FALSE);
3144 (outbound ? NULL : ((ah_t *)((uint8_t *)oip6h + ah_offset))),