Home
last modified time | relevance | path

Searched refs:ahip6h (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_error.c179 ip6_t *ahip6h = NULL; in sctp_send_abort() local
235 ahip6h = (ip6_t *)p; in sctp_send_abort()
246 ahip6h->ip6_dst = inip6h->ip6_src; in sctp_send_abort()
247 ahip6h->ip6_src = inip6h->ip6_dst; in sctp_send_abort()
280 ahip6h->ip6_plen = htons(ixa->ixa_pktlen - IPV6_HDR_LEN); in sctp_send_abort()
298 if (!ipsec_in_to_out(ira, ixa, hmp, ahiph, ahip6h)) { in sctp_send_abort()