Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp.c361 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()
[all …]
H A Dnecp_client.c8855 u_int32_t client_flags = 0; in necp_client_copy_internal() local
8858 if (flags_pointer != NULL && value_size == sizeof(client_flags)) { in necp_client_copy_internal()
8859 memcpy(&client_flags, flags_pointer, value_size); in necp_client_copy_internal()
8860 original_flags = client_flags; in necp_client_copy_internal()
8861 client_flags |= NECP_CLIENT_RESULT_FLAG_DEFUNCT; in necp_client_copy_internal()
8863 sizeof(client_flags), &client_flags, &flags_updated, in necp_client_copy_internal()