Searched refs:ipp_dstopts (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | conn_opt.c | 515 bcopy(ipp->ipp_dstopts, ancil_buf, ipp->ipp_dstoptslen); in conn_recvancillary_add() 930 bcopy(ipp->ipp_dstopts, ptr, ipp->ipp_dstoptslen); in conn_opt_get() 1910 (uchar_t **)&ipp->ipp_dstopts, &ipp->ipp_dstoptslen); in conn_opt_set_ipv6()
|
H A D | ipsecesp.c | 878 if (ipp.ipp_dstopts != NULL) { in esp_strip_header() 879 ipp.ipp_dstopts->ip6d_nxt = nexthdr; in esp_strip_header() 2705 if (ipp.ipp_dstopts != NULL && in esp_outbound() 2706 ipp.ipp_dstopts->ip6d_nxt != IPPROTO_ROUTING) { in esp_outbound()
|
H A D | ip6.c | 2689 ipp->ipp_dstopts = tmpdstopts; in ip_find_hdr_v6() 2712 ipp->ipp_rthdrdstopts = ipp->ipp_dstopts; in ip_find_hdr_v6() 2713 ipp->ipp_dstopts = NULL; in ip_find_hdr_v6() 4685 bcopy(ipp->ipp_dstopts, cp, ipp->ipp_dstoptslen); in ip_build_hdrs_v6()
|
H A D | ip.c | 14831 kmem_free(ipp->ipp_dstopts, ipp->ipp_dstoptslen); in ip_pkt_free() 14832 ipp->ipp_dstopts = NULL; in ip_pkt_free() 14909 dst->ipp_dstopts = kmem_alloc(src->ipp_dstoptslen, kmflag); in ip_pkt_copy() 14910 if (dst->ipp_dstopts == NULL) { in ip_pkt_copy() 14915 bcopy(src->ipp_dstopts, dst->ipp_dstopts, in ip_pkt_copy()
|
/titanic_41/usr/src/uts/common/inet/sctp/ |
H A D | sctp_input.c | 435 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()
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_input.c | 5088 ipp->ipp_dstopts, ipp->ipp_dstoptslen)) { in tcp_input_add_ancillary() 5093 ipp->ipp_dstopts, ipp->ipp_dstoptslen)) in tcp_input_add_ancillary() 5223 bcopy(ipp->ipp_dstopts, optptr, ipp->ipp_dstoptslen); in tcp_input_add_ancillary() 5229 ipp->ipp_dstopts, ipp->ipp_dstoptslen); in tcp_input_add_ancillary()
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | ip.h | 2795 ip6_dest_t *ipp_dstopts; member
|
/titanic_41/usr/src/uts/common/inet/iptun/ |
H A D | iptun.c | 2520 destp = pkt.ipp_dstopts; in iptun_find_encaplimit()
|