Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dnecp.c374 unsigned has_system_signed_result : 1; member
7692 …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
7704 info->has_system_signed_result = has_system_signed_result; in necp_application_fillout_info_locked()
7962 bool has_system_signed_result = false; in necp_application_find_policy_match_internal() local
8208 has_system_signed_result = true; in necp_application_find_policy_match_internal()
8215 has_system_signed_result = true; in necp_application_find_policy_match_internal()
8309 …&local_addr, &remote_addr, local_port, remote_port, has_client, has_system_signed_result, proc, ef… in necp_application_find_policy_match_internal()
9950 info->has_system_signed_result = true; in necp_socket_fillout_info_locked()
9952 …info->has_system_signed_result = necp_socket_resolver_signature_matches_address(inp, &info->remote… in necp_socket_fillout_info_locked()
10179 info->has_system_signed_result, in necp_socket_find_policy_match_with_info_locked()