Lines Matching refs:client_flags
361 u_int32_t client_flags; member
7779 …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
7793 info->client_flags = client_flags; in necp_application_fillout_info_locked()
7986 u_int32_t client_flags = 0; in necp_application_find_policy_match_internal() local
8271 if (length >= sizeof(client_flags)) { in necp_application_find_policy_match_internal()
8272 memcpy(&client_flags, value, sizeof(client_flags)); in necp_application_find_policy_match_internal()
8384 client_flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER || in necp_application_find_policy_match_internal()
8385 ((client_flags & NECP_CLIENT_PARAMETER_FLAG_INBOUND) && remote_address_is_empty)) { in necp_application_find_policy_match_internal()
8414 …em_signed_result, proc, effective_proc, responsible_proc, drop_order, client_flags, scheme_port, &… in necp_application_find_policy_match_internal()
8593 if (!no_local_addr && (client_flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER) != 0) { in necp_application_find_policy_match_internal()
8721 if ((client_flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER) == 0) { in necp_application_find_policy_match_internal()
8804 if ((client_flags & NECP_CLIENT_PARAMETER_FLAG_DISCRETIONARY) && in necp_application_find_policy_match_internal()
9016 const bool is_listener = ((client_flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER) != 0); in necp_application_find_policy_match_internal()
9017 const bool is_browser = ((client_flags & NECP_CLIENT_PARAMETER_FLAG_BROWSE) != 0); in necp_application_find_policy_match_internal()
9018 …const bool expensive_prohibited = ((client_flags & NECP_CLIENT_PARAMETER_FLAG_PROHIBIT_EXPENSIVE) … in necp_application_find_policy_match_internal()
9020 …const bool constrained_prohibited = ((client_flags & NECP_CLIENT_PARAMETER_FLAG_PROHIBIT_CONSTRAIN… in necp_application_find_policy_match_internal()
9022 …const bool ultra_constrained_not_allowed = (!(client_flags & NECP_CLIENT_PARAMETER_FLAG_ALLOW_ULTR… in necp_application_find_policy_match_internal()
9137 uint32_t client_flags, in necp_socket_check_policy() argument
9660 kernel_policy->cond_client_flags, client_flags); in necp_socket_check_policy()
9662 if ((client_flags & kernel_policy->cond_client_flags) == kernel_policy->cond_client_flags) { in necp_socket_check_policy()
9667 if ((client_flags & kernel_policy->cond_client_flags) != kernel_policy->cond_client_flags) { in necp_socket_check_policy()
10066 info->client_flags = 0; in necp_socket_fillout_info_locked()
10068 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_PROHIBIT_CONSTRAINED; in necp_socket_fillout_info_locked()
10071 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_PROHIBIT_EXPENSIVE; in necp_socket_fillout_info_locked()
10074 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_FALLBACK_TRAFFIC; in necp_socket_fillout_info_locked()
10077 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_KNOWN_TRACKER; in necp_socket_fillout_info_locked()
10080 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_APPROVED_APP_DOMAIN; in necp_socket_fillout_info_locked()
10087 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_INBOUND; in necp_socket_fillout_info_locked()
10090 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_INBOUND; in necp_socket_fillout_info_locked()
10095 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_INBOUND; in necp_socket_fillout_info_locked()
10100 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_LISTENER; in necp_socket_fillout_info_locked()
10103 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_NO_WAKE_FROM_SLEEP; in necp_socket_fillout_info_locked()
10106 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_REUSE_LOCAL; in necp_socket_fillout_info_locked()
10178 if (necp_pass_interpose > 0 && info->client_flags & NECP_CLIENT_PARAMETER_FLAG_INTERPOSE) { in necp_socket_find_policy_match_with_info_locked()
10269 info->client_flags, in necp_socket_find_policy_match_with_info_locked()
10844 (info.client_flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER || info.is_local)) { in necp_socket_find_policy_match()
10936 if (info.client_flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER || info.is_local) { in necp_socket_find_policy_match()