Lines Matching refs:client_flags

361 	u_int32_t client_flags;  member
7768 …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
7782 info->client_flags = client_flags; in necp_application_fillout_info_locked()
7975 u_int32_t client_flags = 0; in necp_application_find_policy_match_internal() local
8260 if (length >= sizeof(client_flags)) { in necp_application_find_policy_match_internal()
8261 memcpy(&client_flags, value, sizeof(client_flags)); in necp_application_find_policy_match_internal()
8373 client_flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER || in necp_application_find_policy_match_internal()
8374 ((client_flags & NECP_CLIENT_PARAMETER_FLAG_INBOUND) && remote_address_is_empty)) { in necp_application_find_policy_match_internal()
8403 …em_signed_result, proc, effective_proc, responsible_proc, drop_order, client_flags, scheme_port, &… in necp_application_find_policy_match_internal()
8582 if (!no_local_addr && (client_flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER) != 0) { in necp_application_find_policy_match_internal()
8710 if ((client_flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER) == 0) { in necp_application_find_policy_match_internal()
8793 if ((client_flags & NECP_CLIENT_PARAMETER_FLAG_DISCRETIONARY) && in necp_application_find_policy_match_internal()
9005 const bool is_listener = ((client_flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER) != 0); in necp_application_find_policy_match_internal()
9006 const bool is_browser = ((client_flags & NECP_CLIENT_PARAMETER_FLAG_BROWSE) != 0); in necp_application_find_policy_match_internal()
9007 …const bool expensive_prohibited = ((client_flags & NECP_CLIENT_PARAMETER_FLAG_PROHIBIT_EXPENSIVE) … in necp_application_find_policy_match_internal()
9009 …const bool constrained_prohibited = ((client_flags & NECP_CLIENT_PARAMETER_FLAG_PROHIBIT_CONSTRAIN… in necp_application_find_policy_match_internal()
9011 …const bool ultra_constrained_not_allowed = (!(client_flags & NECP_CLIENT_PARAMETER_FLAG_ALLOW_ULTR… in necp_application_find_policy_match_internal()
9126 uint32_t client_flags, in necp_socket_check_policy() argument
9633 kernel_policy->cond_client_flags, client_flags); in necp_socket_check_policy()
9635 if ((client_flags & kernel_policy->cond_client_flags) == kernel_policy->cond_client_flags) { in necp_socket_check_policy()
9640 if ((client_flags & kernel_policy->cond_client_flags) != kernel_policy->cond_client_flags) { in necp_socket_check_policy()
10055 info->client_flags = 0; in necp_socket_fillout_info_locked()
10057 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_PROHIBIT_CONSTRAINED; in necp_socket_fillout_info_locked()
10060 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_PROHIBIT_EXPENSIVE; in necp_socket_fillout_info_locked()
10063 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_FALLBACK_TRAFFIC; in necp_socket_fillout_info_locked()
10066 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_KNOWN_TRACKER; in necp_socket_fillout_info_locked()
10069 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_APPROVED_APP_DOMAIN; in necp_socket_fillout_info_locked()
10076 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_INBOUND; in necp_socket_fillout_info_locked()
10079 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_INBOUND; in necp_socket_fillout_info_locked()
10084 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_INBOUND; in necp_socket_fillout_info_locked()
10089 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_LISTENER; in necp_socket_fillout_info_locked()
10092 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_NO_WAKE_FROM_SLEEP; in necp_socket_fillout_info_locked()
10095 info->client_flags |= NECP_CLIENT_PARAMETER_FLAG_REUSE_LOCAL; in necp_socket_fillout_info_locked()
10167 if (necp_pass_interpose > 0 && info->client_flags & NECP_CLIENT_PARAMETER_FLAG_INTERPOSE) { in necp_socket_find_policy_match_with_info_locked()
10258 info->client_flags, in necp_socket_find_policy_match_with_info_locked()
10833 (info.client_flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER || info.is_local)) { in necp_socket_find_policy_match()
10925 if (info.client_flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER || info.is_local) { in necp_socket_find_policy_match()