Home
last modified time | relevance | path

Searched refs:dst6 (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_sadb.c575 in6_addr_t dst6; in ipsec_outbound_sa() local
622 dst6 = ip_get_dst_v6(ip6h, data_mp, NULL); in ipsec_outbound_sa()
629 bucket = OUTBOUND_BUCKET_V6(sp, dst6); in ipsec_outbound_sa()
631 dst_ptr = (uint32_t *)&dst6; in ipsec_outbound_sa()
H A Dsadb.c2256 sq->dst6 = NULL; in sadb_form_query()
2278 sq->dst6 = (struct sockaddr_in6 *)sq->dst; in sadb_form_query()
2279 sq->dstaddr = (uint32_t *)&(sq->dst6->sin6_addr); in sadb_form_query()
2298 sq->src6 = sq->dst6 = NULL; in sadb_form_query()
2939 struct sockaddr_in6 *src6, *dst6, *isrc6, *idst6; local
2974 dst6 = (struct sockaddr_in6 *)(dstext + 1);
2994 dst_addr_ptr = (uint32_t *)&dst6->sin6_addr;
6769 struct sockaddr_in6 *src6, *dst6; local
6777 dst6 = (struct sockaddr_in6 *)dst;
6783 sel->ips_remote_addr_v6 = dst6->sin6_addr;
[all …]
H A Dip_ndp.c4176 in6_addr_t dst6; in nce_set_multicast_v4() local
4181 IN6_IPADDR_TO_V4MAPPED(*dst, &dst6); in nce_set_multicast_v4()
4183 if ((nce = nce_lookup_addr(ill, &dst6)) != NULL) { in nce_set_multicast_v4()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1572 struct in6_addr dst6; local
1579 (void *)&dst6, NULL, ifs) == -1) {
1584 dst6 = fin->fin_dst6.in6;
1592 ip6->ip6_src = dst6;
/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h690 struct sockaddr_in6 *dst6; member