Searched refs:ip_get_dst_v6 (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ |
H A D | ip6.h | 254 extern in6_addr_t ip_get_dst_v6(ip6_t *, const mblk_t *, boolean_t *);
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip_sadb.c | 622 dst6 = ip_get_dst_v6(ip6h, data_mp, NULL); in ipsec_outbound_sa()
|
H A D | ip_dce.c | 389 final_dst = ip_get_dst_v6(ip6h, mp, NULL); in dce_lookup_pkt()
|
H A D | ip6_output.c | 148 dst = ip_get_dst_v6(ip6h, mp, NULL); in ip_output_simple_v6()
|
H A D | ip6.c | 683 final_dst = ip_get_dst_v6(ip6h, NULL, NULL); in icmp_inbound_too_big_v6() 3938 ip_get_dst_v6(ip6_t *ip6h, const mblk_t *mp, boolean_t *is_fragment) in ip_get_dst_v6() function
|
H A D | spd.c | 4228 sel.ips_remote_addr_v6 = ip_get_dst_v6(ip6h, mp, NULL); in ip_output_attach_policy() 5262 sel.ips_remote_addr_v6 = ip_get_dst_v6(inner_ipv6, mp, in ipsec_tun_outbound()
|