Searched refs:dst6 (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_sadb.c | 575 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 D | sadb.c | 2250 sq->dst6 = NULL; in sadb_form_query() 2272 sq->dst6 = (struct sockaddr_in6 *)sq->dst; in sadb_form_query() 2273 sq->dstaddr = (uint32_t *)&(sq->dst6->sin6_addr); in sadb_form_query() 2292 sq->src6 = sq->dst6 = NULL; in sadb_form_query() 2923 struct sockaddr_in6 *src6, *dst6, *isrc6, *idst6; local 2958 dst6 = (struct sockaddr_in6 *)(dstext + 1); 2978 dst_addr_ptr = (uint32_t *)&dst6->sin6_addr; 6508 struct sockaddr_in6 *src6, *dst6; local 6516 dst6 = (struct sockaddr_in6 *)dst; 6522 sel->ips_remote_addr_v6 = dst6->sin6_addr; [all …]
|
H A D | ip_ndp.c | 3934 in6_addr_t dst6; in nce_set_multicast_v4() local 3939 IN6_IPADDR_TO_V4MAPPED(*dst, &dst6); in nce_set_multicast_v4() 3941 if ((nce = nce_lookup_addr(ill, &dst6)) != NULL) { in nce_set_multicast_v4()
|
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 1358 struct in6_addr dst6; local 1365 (void *)&dst6, NULL, ifs) == -1) { 1370 dst6 = fin->fin_dst6.in6; 1378 ip6->ip6_src = dst6;
|
/titanic_50/usr/src/uts/common/inet/ |
H A D | sadb.h | 690 struct sockaddr_in6 *dst6; member
|