Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dnecp.c331 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()
[all …]
H A Dnecp_client.c7734 u_int32_t client_flags = 0; in necp_client_copy_internal() local
7737 if (flags_pointer != NULL && value_size == sizeof(client_flags)) { in necp_client_copy_internal()
7738 memcpy(&client_flags, flags_pointer, value_size); in necp_client_copy_internal()
7739 original_flags = client_flags; in necp_client_copy_internal()
7740 client_flags |= NECP_CLIENT_RESULT_FLAG_DEFUNCT; in necp_client_copy_internal()
7742 sizeof(client_flags), &client_flags, &flags_updated, in necp_client_copy_internal()