Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dconn_opt.c217 ancil_size += sizeof (struct T_opthdr) + ipp->ipp_dstoptslen; in conn_recvancillary_size()
524 toh->len = sizeof (struct T_opthdr) + ipp->ipp_dstoptslen; in conn_recvancillary_add()
527 bcopy(ipp->ipp_dstopts, ancil_buf, ipp->ipp_dstoptslen); in conn_recvancillary_add()
528 ancil_buf += ipp->ipp_dstoptslen; in conn_recvancillary_add()
958 bcopy(ipp->ipp_dstopts, ptr, ipp->ipp_dstoptslen); in conn_opt_get()
959 return (ipp->ipp_dstoptslen); in conn_opt_get()
1945 (uchar_t **)&ipp->ipp_dstopts, &ipp->ipp_dstoptslen); in conn_opt_set_ipv6()
1950 if (ipp->ipp_dstoptslen == 0) { in conn_opt_set_ipv6()
H A Dip6.c2680 ipp->ipp_dstoptslen = ehdrlen; in ip_find_hdr_v6()
2704 ipp->ipp_rthdrdstoptslen = ipp->ipp_dstoptslen; in ip_find_hdr_v6()
2705 ipp->ipp_dstoptslen = 0; in ip_find_hdr_v6()
4448 ASSERT(ipp->ipp_dstoptslen != 0); in ip_total_hdrs_len_v6()
4449 len += ipp->ipp_dstoptslen; in ip_total_hdrs_len_v6()
4584 bcopy(ipp->ipp_dstopts, cp, ipp->ipp_dstoptslen); in ip_build_hdrs_v6()
4585 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()
14886 ipp->ipp_dstoptslen = 0; in ip_pkt_free()
14962 dst->ipp_dstopts = kmem_alloc(src->ipp_dstoptslen, kmflag); in ip_pkt_copy()
14969 src->ipp_dstoptslen); in ip_pkt_copy()
14970 dst->ipp_dstoptslen = src->ipp_dstoptslen; in ip_pkt_copy()
H A Dipsecesp.c2476 divpoint -= ipp.ipp_dstoptslen; in esp_outbound()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c435 ipp->ipp_dstopts, ipp->ipp_dstoptslen)) { in sctp_input_add_ancillary()
436 optlen += sizeof (*cmsg) + ipp->ipp_dstoptslen; in sctp_input_add_ancillary()
443 ipp->ipp_dstopts, ipp->ipp_dstoptslen)) in sctp_input_add_ancillary()
609 cmsg->cmsg_len = sizeof (*cmsg) + ipp->ipp_dstoptslen; in sctp_input_add_ancillary()
612 bcopy(ipp->ipp_dstopts, optptr, ipp->ipp_dstoptslen); in sctp_input_add_ancillary()
613 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()
5194 optlen += sizeof (struct T_opthdr) + ipp->ipp_dstoptslen; in tcp_input_add_ancillary()
5198 ipp->ipp_dstopts, ipp->ipp_dstoptslen)) in tcp_input_add_ancillary()
5342 toh->len = sizeof (*toh) + ipp->ipp_dstoptslen; in tcp_input_add_ancillary()
5345 bcopy(ipp->ipp_dstopts, optptr, ipp->ipp_dstoptslen); in tcp_input_add_ancillary()
5346 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.h2795 uint_t ipp_dstoptslen; member