Lines Matching defs:dst6
1065 struct sockaddr_in6 dst6;
1121 dst6 = ifra->ifra_dstaddr;
1123 (dst6.sin6_family == AF_INET6)) {
1127 in6_tmp = dst6.sin6_addr;
1131 if (dst6.sin6_scope_id != 0) {
1132 if (dst6.sin6_scope_id != zoneid)
1135 dst6.sin6_scope_id = zoneid;
1138 if (sa6_embedscope(&dst6, 0))
1259 if (dst6.sin6_family == AF_INET6) {
1260 if (!IN6_ARE_ADDR_EQUAL(&dst6.sin6_addr,
1263 ia->ia_dstaddr = dst6;