Searched refs:has_client (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.41.9/bsd/net/ |
| H A D | necp.c | 334 unsigned has_client : 1; member 6622 if (!info->has_client && in necp_check_missing_client_drop() 6688 …_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 6698 info->has_client = has_client; in necp_application_fillout_info_locked() 6856 bool has_client, in necp_application_find_policy_match_internal() argument 7258 …ex, traffic_class, &local_addr, &remote_addr, local_port, remote_port, has_client, has_system_sign… in necp_application_find_policy_match_internal() 7900 …t_type *required_agent_types, u_int32_t num_required_agent_types, bool has_client, uint32_t client… in necp_socket_check_policy() argument 7992 …ATA_TRACE_LOG_CONDITION(debug, "SOCKET", false, "NECP_KERNEL_CONDITION_HAS_CLIENT", 0, has_client); in necp_socket_check_policy() 7993 if (!has_client) { in necp_socket_check_policy() 8457 info->has_client = !uuid_is_null(inp->necp_client_uuid); in necp_socket_fillout_info_locked() [all …]
|
| H A D | necp.h | 1088 bool has_client,
|