Searched refs:iackip6h (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_cookie.c474 ip6_t *iackip6h = NULL; local
681 iackip6h = (ip6_t *)p;
684 iackip6h->ip6_dst = initip6h->ip6_src;
685 iackip6h->ip6_src = initip6h->ip6_dst;
686 iackip6h->ip6_plen = htons(ipsctplen + errlen - IPV6_HDR_LEN);
785 bcopy(&iackip6h->ip6_dst, p, sizeof (in6_addr_t));
851 err = tsol_check_dest(ixa->ixa_tsl, &iackip6h->ip6_dst,

Completed in 60 milliseconds