Searched refs:dst6 (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/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 | 2256 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 D | ip_ndp.c | 4176 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 D | ip_fil_solaris.c | 1572 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/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping.c | 795 struct sockaddr_in6 *dst6 = (struct sockaddr_in6 *)dst_addr; in create_targetaddr_item() local 811 targetaddr->dst_addr.addr6 = dst6->sin6_addr; in create_targetaddr_item() 812 targetaddr->dst_scope = dst6->sin6_scope_id; in create_targetaddr_item()
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | sadb.h | 690 struct sockaddr_in6 *dst6; member
|