Searched refs:dest_in6 (Results 1 – 1 of 1) sorted by relevance
1517 struct sockaddr_in6 dest_in6 = {}; in key_checksa_present() local1532 dest_in6.sin6_family = AF_INET6; in key_checksa_present()1533 dest_in6.sin6_len = sizeof(dest_in6); in key_checksa_present()1534 memcpy(&dest_in6.sin6_addr, remote_addr, sizeof(dest_in6.sin6_addr)); in key_checksa_present()1535 if (IN6_IS_SCOPE_LINKLOCAL(&dest_in6.sin6_addr)) { in key_checksa_present()1537 dest_in6.sin6_scope_id = remote_ifscope; in key_checksa_present()1539 in6_verify_ifscope(&dest_in6.sin6_addr, dest_in6.sin6_scope_id); in key_checksa_present()1540 dest_in6.sin6_scope_id = ntohs(dest_in6.sin6_addr.s6_addr16[1]); in key_checksa_present()1541 dest_in6.sin6_addr.s6_addr16[1] = 0; in key_checksa_present()1544 if (key_sockaddrcmp((struct sockaddr*)&dest_in6, in key_checksa_present()