Searched refs:has_client (Results 1 – 2 of 2) sorted by relevance
| /xnu-10063.141.1/bsd/net/ |
| H A D | necp.c | 347 unsigned has_client : 1; member 7010 if (!info->has_client && in necp_check_missing_client_drop() 7076 …_union *remote_addr, u_int16_t local_port, u_int16_t remote_port, bool has_client, bool has_system… in necp_application_fillout_info_locked() argument 7087 info->has_client = has_client; in necp_application_fillout_info_locked() 7261 bool has_client, in necp_application_find_policy_match_internal() argument 7670 …ex, traffic_class, &local_addr, &remote_addr, local_port, remote_port, has_client, has_system_sign… in necp_application_find_policy_match_internal() 8331 …t_type *required_agent_types, u_int32_t num_required_agent_types, bool has_client, uint32_t client… in necp_socket_check_policy() argument 8448 …ATA_TRACE_LOG_CONDITION(debug, "SOCKET", false, "NECP_KERNEL_CONDITION_HAS_CLIENT", 0, has_client); in necp_socket_check_policy() 8449 if (!has_client) { in necp_socket_check_policy() 8952 info->has_client = !uuid_is_null(inp->necp_client_uuid); in necp_socket_fillout_info_locked() [all …]
|
| H A D | necp.h | 1139 bool has_client,
|