Home
last modified time | relevance | path

Searched refs:remote_address_sanitized (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.140.69/bsd/net/
H A Dnecp.c878 struct sockaddr_storage remote_address_sanitized; in necp_address_is_local_interface_address() local
880 (void)sa_copy(SA(addr), &remote_address_sanitized, &ifscope); in necp_address_is_local_interface_address()
881 SIN(&remote_address_sanitized)->sin_port = 0; in necp_address_is_local_interface_address()
882 if (remote_address_sanitized.ss_family == AF_INET6) { in necp_address_is_local_interface_address()
883 if (in6_embedded_scope || !IN6_IS_SCOPE_EMBED(&SIN6(&remote_address_sanitized)->sin6_addr)) { in necp_address_is_local_interface_address()
884 SIN6(&remote_address_sanitized)->sin6_scope_id = 0; in necp_address_is_local_interface_address()
889 struct ifaddr *ifa = ifa_ifwithaddr(SA(&remote_address_sanitized)); in necp_address_is_local_interface_address()
8642 struct sockaddr_storage remote_address_sanitized; in necp_application_find_policy_match_internal() local
8644 (void)sa_copy(SA(&remote_addr.sa), &remote_address_sanitized, &ifscope); in necp_application_find_policy_match_internal()
8645 SIN(&remote_address_sanitized)->sin_port = 0; in necp_application_find_policy_match_internal()
[all …]