Searched refs:ipp_hopopts (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ipsecesp.c | 882 } else if (ipp.ipp_hopopts != NULL) { in esp_strip_header() 883 ipp.ipp_hopopts->ip6h_nxt = nexthdr; in esp_strip_header() 886 ASSERT(ipp.ipp_hopopts != NULL); in esp_strip_header() 2724 } else if (ipp.ipp_hopopts != NULL) { in esp_outbound() 2725 nhp = &ipp.ipp_hopopts->ip6h_nxt; in esp_outbound()
|
H A D | conn_opt.c | 461 bcopy(ipp->ipp_hopopts, ancil_buf, ipp->ipp_hopoptslen); in conn_recvancillary_add() 913 bcopy(ipp->ipp_hopopts, ptr, in conn_opt_get() 1875 (uchar_t **)&ipp->ipp_hopopts, &ipp->ipp_hopoptslen); in conn_opt_set_ipv6()
|
H A D | ip6.c | 2669 ipp->ipp_hopopts = (ip6_hbh_t *)after_secopt; in ip_find_hdr_v6() 4647 bcopy(ipp->ipp_hopopts, cp, ipp->ipp_hopoptslen); in ip_build_hdrs_v6()
|
H A D | ip.c | 14821 kmem_free(ipp->ipp_hopopts, ipp->ipp_hopoptslen); in ip_pkt_free() 14822 ipp->ipp_hopopts = NULL; in ip_pkt_free() 14886 dst->ipp_hopopts = kmem_alloc(src->ipp_hopoptslen, kmflag); in ip_pkt_copy() 14887 if (dst->ipp_hopopts == NULL) { in ip_pkt_copy() 14892 bcopy(src->ipp_hopopts, dst->ipp_hopopts, in ip_pkt_copy()
|
/titanic_44/usr/src/uts/common/inet/sctp/ |
H A D | sctp_input.c | 389 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()
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_input.c | 5049 ipp->ipp_hopopts, ipp->ipp_hopoptslen)) { in tcp_input_add_ancillary() 5054 ipp->ipp_hopopts, ipp->ipp_hopoptslen)) in tcp_input_add_ancillary() 5177 bcopy((uchar_t *)ipp->ipp_hopopts, optptr, ipp->ipp_hopoptslen); in tcp_input_add_ancillary() 5183 ipp->ipp_hopopts, ipp->ipp_hopoptslen); in tcp_input_add_ancillary()
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | ip.h | 2792 ip6_hbh_t *ipp_hopopts; member
|