Lines Matching refs:client_flags

331 	u_int32_t client_flags;  member
6688 …proc_t proc, proc_t responsible_proc, u_int32_t drop_order, u_int32_t client_flags, u_int16_t sche… in necp_application_fillout_info_locked() argument
6701 info->client_flags = client_flags; in necp_application_fillout_info_locked()
6871 u_int32_t client_flags = 0; in necp_application_find_policy_match_internal() local
7145 if (length >= sizeof(client_flags)) { in necp_application_find_policy_match_internal()
7146 memcpy(&client_flags, value, sizeof(client_flags)); in necp_application_find_policy_match_internal()
7226 client_flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER || in necp_application_find_policy_match_internal()
7227 ((client_flags & NECP_CLIENT_PARAMETER_FLAG_INBOUND) && remote_address_is_empty)) { in necp_application_find_policy_match_internal()
7258 …em_signed_result, proc, effective_proc, responsible_proc, drop_order, client_flags, scheme_port, &… in necp_application_find_policy_match_internal()
7413 if (!no_local_addr && (client_flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER) != 0) { in necp_application_find_policy_match_internal()
7539 if ((client_flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER) == 0) { in necp_application_find_policy_match_internal()
7618 if ((client_flags & NECP_CLIENT_PARAMETER_FLAG_DISCRETIONARY) && in necp_application_find_policy_match_internal()
7817 …const bool expensive_prohibited = ((client_flags & NECP_CLIENT_PARAMETER_FLAG_PROHIBIT_EXPENSIVE) … in necp_application_find_policy_match_internal()
7819 …const bool constrained_prohibited = ((client_flags & NECP_CLIENT_PARAMETER_FLAG_PROHIBIT_CONSTRAIN… in necp_application_find_policy_match_internal()
7900 …_types, u_int32_t num_required_agent_types, bool has_client, uint32_t client_flags, int is_platfor… in necp_socket_check_policy() argument
8310 kernel_policy->cond_client_flags, client_flags); in necp_socket_check_policy()
8312 if ((client_flags & kernel_policy->cond_client_flags) == kernel_policy->cond_client_flags) { in necp_socket_check_policy()
8317 if ((client_flags & kernel_policy->cond_client_flags) != kernel_policy->cond_client_flags) { in necp_socket_check_policy()
8461 info->client_flags = 0; in necp_socket_fillout_info_locked()
8463 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_PROHIBIT_CONSTRAINED; in necp_socket_fillout_info_locked()
8466 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_PROHIBIT_EXPENSIVE; in necp_socket_fillout_info_locked()
8469 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_FALLBACK_TRAFFIC; in necp_socket_fillout_info_locked()
8472 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_KNOWN_TRACKER; in necp_socket_fillout_info_locked()
8475 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_APPROVED_APP_DOMAIN; in necp_socket_fillout_info_locked()
8478 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_INBOUND; in necp_socket_fillout_info_locked()
8482 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_LISTENER; in necp_socket_fillout_info_locked()
8485 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_NO_WAKE_FROM_SLEEP; in necp_socket_fillout_info_locked()
8726 if (necp_pass_interpose > 0 && info->client_flags & NECP_CLIENT_PARAMETER_FLAG_INTERPOSE) { in necp_socket_find_policy_match_with_info_locked()
8779 …quired_agent_types, num_required_agent_types, info->has_client, info->client_flags, info->is_platf… in necp_socket_find_policy_match_with_info_locked()