Searched refs:dest_in6 (Results 1 – 1 of 1) sorted by relevance
1473 struct sockaddr_in6 dest_in6 = {}; in key_checksa_present() local1488 dest_in6.sin6_family = AF_INET6; in key_checksa_present()1489 dest_in6.sin6_len = sizeof(dest_in6); in key_checksa_present()1490 memcpy(&dest_in6.sin6_addr, remote_addr, sizeof(dest_in6.sin6_addr)); in key_checksa_present()1491 if (IN6_IS_SCOPE_LINKLOCAL(&dest_in6.sin6_addr)) { in key_checksa_present()1493 dest_in6.sin6_scope_id = remote_ifscope; in key_checksa_present()1495 in6_verify_ifscope(&dest_in6.sin6_addr, dest_in6.sin6_scope_id); in key_checksa_present()1496 dest_in6.sin6_scope_id = ntohs(dest_in6.sin6_addr.s6_addr16[1]); in key_checksa_present()1497 dest_in6.sin6_addr.s6_addr16[1] = 0; in key_checksa_present()1500 if (key_sockaddrcmp((struct sockaddr*)&dest_in6, in key_checksa_present()