Searched refs:remote_address_sanitized (Results 1 – 1 of 1) sorted by relevance
7246 struct sockaddr_storage remote_address_sanitized; in necp_application_find_policy_match_internal() local7248 (void)sa_copy(&remote_addr.sa, &remote_address_sanitized, &ifscope); in necp_application_find_policy_match_internal()7249 SIN(&remote_address_sanitized)->sin_port = 0; in necp_application_find_policy_match_internal()7250 if (remote_address_sanitized.ss_family == AF_INET6) { in necp_application_find_policy_match_internal()7251 if (in6_embedded_scope || !IN6_IS_SCOPE_EMBED(&SIN6(&remote_address_sanitized)->sin6_addr)) { in necp_application_find_policy_match_internal()7252 SIN6(&remote_address_sanitized)->sin6_scope_id = 0; in necp_application_find_policy_match_internal()7257 struct ifaddr *ifa = ifa_ifwithaddr((struct sockaddr *)&remote_address_sanitized); in necp_application_find_policy_match_internal()