Searched refs:remote_address_sanitized (Results 1 – 1 of 1) sorted by relevance
7550 struct sockaddr_storage remote_address_sanitized; in necp_application_find_policy_match_internal() local7552 (void)sa_copy(SA(&remote_addr.sa), &remote_address_sanitized, &ifscope); in necp_application_find_policy_match_internal()7553 SIN(&remote_address_sanitized)->sin_port = 0; in necp_application_find_policy_match_internal()7554 if (remote_address_sanitized.ss_family == AF_INET6) { in necp_application_find_policy_match_internal()7555 if (in6_embedded_scope || !IN6_IS_SCOPE_EMBED(&SIN6(&remote_address_sanitized)->sin6_addr)) { in necp_application_find_policy_match_internal()7556 SIN6(&remote_address_sanitized)->sin6_scope_id = 0; in necp_application_find_policy_match_internal()7561 struct ifaddr *ifa = ifa_ifwithaddr((struct sockaddr *)&remote_address_sanitized); in necp_application_find_policy_match_internal()