Searched refs:client_flags (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/net/ |
| H A D | necp.c | 314 u_int32_t client_flags; member 6442 …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 6454 info->client_flags = client_flags; in necp_application_fillout_info_locked() 6623 u_int32_t client_flags = 0; in necp_application_find_policy_match_internal() local 6889 if (length >= sizeof(client_flags)) { in necp_application_find_policy_match_internal() 6890 memcpy(&client_flags, value, sizeof(client_flags)); in necp_application_find_policy_match_internal() 6959 …port, has_client, proc, effective_proc, responsible_proc, drop_order, client_flags, scheme_port, &… in necp_application_find_policy_match_internal() 7109 if (!no_local_addr && (client_flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER) != 0) { in necp_application_find_policy_match_internal() 7235 if ((client_flags & NECP_CLIENT_PARAMETER_FLAG_LISTENER) == 0) { in necp_application_find_policy_match_internal() 7314 if ((client_flags & NECP_CLIENT_PARAMETER_FLAG_DISCRETIONARY) && in necp_application_find_policy_match_internal() [all …]
|
| H A D | necp_client.c | 7413 u_int32_t client_flags = 0; in necp_client_copy_internal() local 7416 if (flags_pointer != NULL && value_size == sizeof(client_flags)) { in necp_client_copy_internal() 7417 memcpy(&client_flags, flags_pointer, value_size); in necp_client_copy_internal() 7418 original_flags = client_flags; in necp_client_copy_internal() 7419 client_flags |= NECP_CLIENT_RESULT_FLAG_DEFUNCT; in necp_client_copy_internal() 7421 sizeof(client_flags), &client_flags, &flags_updated, in necp_client_copy_internal()
|