Searched refs:remote_address_sanitized (Results 1 – 1 of 1) sorted by relevance
881 struct sockaddr_storage remote_address_sanitized; in necp_address_is_local_interface_address() local883 (void)sa_copy(SA(addr), &remote_address_sanitized, &ifscope); in necp_address_is_local_interface_address()884 SIN(&remote_address_sanitized)->sin_port = 0; in necp_address_is_local_interface_address()885 if (remote_address_sanitized.ss_family == AF_INET6) { in necp_address_is_local_interface_address()886 if (in6_embedded_scope || !IN6_IS_SCOPE_EMBED(&SIN6(&remote_address_sanitized)->sin6_addr)) { in necp_address_is_local_interface_address()887 SIN6(&remote_address_sanitized)->sin6_scope_id = 0; in necp_address_is_local_interface_address()892 struct ifaddr *ifa = ifa_ifwithaddr(SA(&remote_address_sanitized)); in necp_address_is_local_interface_address()8721 struct sockaddr_storage remote_address_sanitized; in necp_application_find_policy_match_internal() local8723 (void)sa_copy(SA(&remote_addr.sa), &remote_address_sanitized, &ifscope); in necp_application_find_policy_match_internal()8724 SIN(&remote_address_sanitized)->sin_port = 0; in necp_application_find_policy_match_internal()[all …]