Searched defs: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; local
622 dst6 = ip_get_dst_v6(ip6h, data_mp, NULL);
629 bucket = OUTBOUND_BUCKET_V6(sp, dst6);
631 dst_ptr = (uint32_t *)&dst6;
H A Dip_ndp.c3934 in6_addr_t dst6; local
3939 IN6_IPADDR_TO_V4MAPPED(*dst, &dst6);
3941 if ((nce = nce_lookup_addr(ill, &dst6)) != NULL) {
H A Dsadb.c2250 sq->dst6 = NULL;
2272 sq->dst6 = (struct sockaddr_in6 *)sq->dst;
2273 sq->dstaddr = (uint32_t *)&(sq->dst6->sin6_addr);
2292 sq->src6 = sq->dst6 = NULL;
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
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1358 struct in6_addr dst6; local
1365 (void *)&dst6, NULL, ifs) == -1) {
1370 dst6 = fin->fin_dst6.in6;
1378 ip6->ip6_src = dst6;
/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h690 struct sockaddr_in6 *dst6; member in struct:ipsa_query_s

Completed in 77 milliseconds