Lines Matching refs:client_flags
368 u_int32_t client_flags; member
7692 …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
7706 info->client_flags = client_flags; in necp_application_fillout_info_locked()
7900 u_int32_t client_flags = 0; in necp_application_find_policy_match_internal() local
8185 if (length >= sizeof(client_flags)) { in necp_application_find_policy_match_internal()
8186 memcpy(&client_flags, value, sizeof(client_flags)); in necp_application_find_policy_match_internal()
8279 client_flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER || in necp_application_find_policy_match_internal()
8280 ((client_flags & NECP_CLIENT_PARAMETER_FLAG_INBOUND) && remote_address_is_empty)) { in necp_application_find_policy_match_internal()
8309 …em_signed_result, proc, effective_proc, responsible_proc, drop_order, client_flags, scheme_port, &… in necp_application_find_policy_match_internal()
8503 if (!no_local_addr && (client_flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER) != 0) { in necp_application_find_policy_match_internal()
8631 if ((client_flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER) == 0) { in necp_application_find_policy_match_internal()
8714 if ((client_flags & NECP_CLIENT_PARAMETER_FLAG_DISCRETIONARY) && in necp_application_find_policy_match_internal()
8919 const bool is_listener = ((client_flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER) != 0); in necp_application_find_policy_match_internal()
8920 const bool is_browser = ((client_flags & NECP_CLIENT_PARAMETER_FLAG_BROWSE) != 0); in necp_application_find_policy_match_internal()
8921 …const bool expensive_prohibited = ((client_flags & NECP_CLIENT_PARAMETER_FLAG_PROHIBIT_EXPENSIVE) … in necp_application_find_policy_match_internal()
8923 …const bool constrained_prohibited = ((client_flags & NECP_CLIENT_PARAMETER_FLAG_PROHIBIT_CONSTRAIN… in necp_application_find_policy_match_internal()
8925 …const bool ultra_constrained_not_allowed = (!(client_flags & NECP_CLIENT_PARAMETER_FLAG_ALLOW_ULTR… in necp_application_find_policy_match_internal()
9034 uint32_t client_flags, in necp_socket_check_policy() argument
9557 kernel_policy->cond_client_flags, client_flags); in necp_socket_check_policy()
9559 if ((client_flags & kernel_policy->cond_client_flags) == kernel_policy->cond_client_flags) { in necp_socket_check_policy()
9564 if ((client_flags & kernel_policy->cond_client_flags) != kernel_policy->cond_client_flags) { in necp_socket_check_policy()
9963 info->client_flags = 0; in necp_socket_fillout_info_locked()
9965 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_PROHIBIT_CONSTRAINED; in necp_socket_fillout_info_locked()
9968 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_PROHIBIT_EXPENSIVE; in necp_socket_fillout_info_locked()
9971 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_FALLBACK_TRAFFIC; in necp_socket_fillout_info_locked()
9974 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_KNOWN_TRACKER; in necp_socket_fillout_info_locked()
9977 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_APPROVED_APP_DOMAIN; in necp_socket_fillout_info_locked()
9984 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_INBOUND; in necp_socket_fillout_info_locked()
9987 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_INBOUND; in necp_socket_fillout_info_locked()
9992 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_INBOUND; in necp_socket_fillout_info_locked()
9997 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_LISTENER; in necp_socket_fillout_info_locked()
10000 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_NO_WAKE_FROM_SLEEP; in necp_socket_fillout_info_locked()
10003 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_REUSE_LOCAL; in necp_socket_fillout_info_locked()
10086 if (necp_pass_interpose > 0 && info->client_flags & NECP_CLIENT_PARAMETER_FLAG_INTERPOSE) { in necp_socket_find_policy_match_with_info_locked()
10177 info->client_flags, in necp_socket_find_policy_match_with_info_locked()
10735 (info.client_flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER || info.is_local)) { in necp_socket_find_policy_match()
10827 if (info.client_flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER || info.is_local) { in necp_socket_find_policy_match()