Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dconn_opt.c527 bcopy(ipp->ipp_dstopts, ancil_buf, ipp->ipp_dstoptslen); in conn_recvancillary_add()
958 bcopy(ipp->ipp_dstopts, ptr, ipp->ipp_dstoptslen); in conn_opt_get()
1945 (uchar_t **)&ipp->ipp_dstopts, &ipp->ipp_dstoptslen); in conn_opt_set_ipv6()
H A Dipsecesp.c809 if (ipp.ipp_dstopts != NULL) { in esp_strip_header()
810 ipp.ipp_dstopts->ip6d_nxt = nexthdr; in esp_strip_header()
2463 if (ipp.ipp_dstopts != NULL && in esp_outbound()
2464 ipp.ipp_dstopts->ip6d_nxt != IPPROTO_ROUTING) { in esp_outbound()
H A Dip6.c2679 ipp->ipp_dstopts = tmpdstopts; in ip_find_hdr_v6()
2702 ipp->ipp_rthdrdstopts = ipp->ipp_dstopts; in ip_find_hdr_v6()
2703 ipp->ipp_dstopts = NULL; in ip_find_hdr_v6()
4584 bcopy(ipp->ipp_dstopts, cp, ipp->ipp_dstoptslen); in ip_build_hdrs_v6()
H A Dip.c14884 kmem_free(ipp->ipp_dstopts, ipp->ipp_dstoptslen); in ip_pkt_free()
14885 ipp->ipp_dstopts = NULL; in ip_pkt_free()
14962 dst->ipp_dstopts = kmem_alloc(src->ipp_dstoptslen, kmflag); in ip_pkt_copy()
14963 if (dst->ipp_dstopts == NULL) { in ip_pkt_copy()
14968 bcopy(src->ipp_dstopts, dst->ipp_dstopts, in ip_pkt_copy()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c435 ipp->ipp_dstopts, ipp->ipp_dstoptslen)) { in sctp_input_add_ancillary()
443 ipp->ipp_dstopts, ipp->ipp_dstoptslen)) in sctp_input_add_ancillary()
612 bcopy(ipp->ipp_dstopts, optptr, ipp->ipp_dstoptslen); in sctp_input_add_ancillary()
619 ipp->ipp_dstopts, ipp->ipp_dstoptslen); in sctp_input_add_ancillary()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c5193 ipp->ipp_dstopts, ipp->ipp_dstoptslen)) { in tcp_input_add_ancillary()
5198 ipp->ipp_dstopts, ipp->ipp_dstoptslen)) in tcp_input_add_ancillary()
5345 bcopy(ipp->ipp_dstopts, optptr, ipp->ipp_dstoptslen); in tcp_input_add_ancillary()
5351 ipp->ipp_dstopts, ipp->ipp_dstoptslen); in tcp_input_add_ancillary()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2800 ip6_dest_t *ipp_dstopts; member
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c2522 destp = pkt.ipp_dstopts; in iptun_find_encaplimit()