Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp.c367 unsigned has_system_signed_result : 1; member
7768 …nt16_t local_port, u_int16_t remote_port, bool has_client, bool has_system_signed_result, proc_t r… in necp_application_fillout_info_locked() argument
7780 info->has_system_signed_result = has_system_signed_result; in necp_application_fillout_info_locked()
8037 bool has_system_signed_result = false; in necp_application_find_policy_match_internal() local
8296 has_system_signed_result = true; in necp_application_find_policy_match_internal()
8303 has_system_signed_result = true; in necp_application_find_policy_match_internal()
8403 …&local_addr, &remote_addr, local_port, remote_port, has_client, has_system_signed_result, proc, ef… in necp_application_find_policy_match_internal()
10042 info->has_system_signed_result = true; in necp_socket_fillout_info_locked()
10044 …info->has_system_signed_result = necp_socket_resolver_signature_matches_address(inp, &info->remote… in necp_socket_fillout_info_locked()
10260 info->has_system_signed_result, in necp_socket_find_policy_match_with_info_locked()