Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecesp.c813 } else if (ipp.ipp_hopopts != NULL) { in esp_strip_header()
814 ipp.ipp_hopopts->ip6h_nxt = nexthdr; in esp_strip_header()
817 ASSERT(ipp.ipp_hopopts != NULL); in esp_strip_header()
2482 } else if (ipp.ipp_hopopts != NULL) { in esp_outbound()
2483 nhp = &ipp.ipp_hopopts->ip6h_nxt; in esp_outbound()
H A Dconn_opt.c473 bcopy(ipp->ipp_hopopts, ancil_buf, ipp->ipp_hopoptslen); in conn_recvancillary_add()
941 bcopy(ipp->ipp_hopopts, ptr, in conn_opt_get()
1910 (uchar_t **)&ipp->ipp_hopopts, &ipp->ipp_hopoptslen); in conn_opt_set_ipv6()
H A Dip6.c2659 ipp->ipp_hopopts = (ip6_hbh_t *)after_secopt; in ip_find_hdr_v6()
4546 bcopy(ipp->ipp_hopopts, cp, ipp->ipp_hopoptslen); in ip_build_hdrs_v6()
H A Dip.c14874 kmem_free(ipp->ipp_hopopts, ipp->ipp_hopoptslen); in ip_pkt_free()
14875 ipp->ipp_hopopts = NULL; in ip_pkt_free()
14939 dst->ipp_hopopts = kmem_alloc(src->ipp_hopoptslen, kmflag); in ip_pkt_copy()
14940 if (dst->ipp_hopopts == NULL) { in ip_pkt_copy()
14945 bcopy(src->ipp_hopopts, dst->ipp_hopopts, in ip_pkt_copy()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c389 ipp->ipp_hopopts, ipp->ipp_hopoptslen)) { in sctp_input_add_ancillary()
398 ipp->ipp_hopopts, ipp->ipp_hopoptslen)) in sctp_input_add_ancillary()
564 bcopy(ipp->ipp_hopopts, optptr, ipp->ipp_hopoptslen); in sctp_input_add_ancillary()
571 ipp->ipp_hopopts, ipp->ipp_hopoptslen); in sctp_input_add_ancillary()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c5154 ipp->ipp_hopopts, ipp->ipp_hopoptslen)) { in tcp_input_add_ancillary()
5159 ipp->ipp_hopopts, ipp->ipp_hopoptslen)) in tcp_input_add_ancillary()
5299 bcopy((uchar_t *)ipp->ipp_hopopts, optptr, ipp->ipp_hopoptslen); in tcp_input_add_ancillary()
5305 ipp->ipp_hopopts, ipp->ipp_hopoptslen); in tcp_input_add_ancillary()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2797 ip6_hbh_t *ipp_hopopts; member