Searched refs:dest_in6 (Results 1 – 1 of 1) sorted by relevance
1452 struct sockaddr_in6 dest_in6 = {}; in key_checksa_present() local1467 dest_in6.sin6_family = AF_INET6; in key_checksa_present()1468 dest_in6.sin6_len = sizeof(dest_in6); in key_checksa_present()1469 memcpy(&dest_in6.sin6_addr, remote_addr, sizeof(dest_in6.sin6_addr)); in key_checksa_present()1470 if (IN6_IS_SCOPE_LINKLOCAL(&dest_in6.sin6_addr)) { in key_checksa_present()1472 dest_in6.sin6_scope_id = remote_ifscope; in key_checksa_present()1474 in6_verify_ifscope(&dest_in6.sin6_addr, dest_in6.sin6_scope_id); in key_checksa_present()1475 dest_in6.sin6_scope_id = ntohs(dest_in6.sin6_addr.s6_addr16[1]); in key_checksa_present()1476 dest_in6.sin6_addr.s6_addr16[1] = 0; in key_checksa_present()1479 if (key_sockaddrcmp((struct sockaddr*)&dest_in6, in key_checksa_present()