Searched refs:has_client (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/net/ |
| H A D | necp.c | 317 unsigned has_client : 1; member 6376 if (!info->has_client && in necp_check_missing_client_drop() 6442 …_union *remote_addr, u_int16_t local_port, u_int16_t remote_port, bool has_client, proc_t real_pro… in necp_application_fillout_info_locked() argument 6452 info->has_client = has_client; in necp_application_fillout_info_locked() 6608 bool has_client, in necp_application_find_policy_match_internal() argument 6959 …ex, traffic_class, &local_addr, &remote_addr, local_port, remote_port, has_client, proc, effective… in necp_application_find_policy_match_internal() 7545 …t_type *required_agent_types, u_int32_t num_required_agent_types, bool has_client, uint32_t client… in necp_socket_check_policy() argument 7637 …ATA_TRACE_LOG_CONDITION(debug, "SOCKET", false, "NECP_KERNEL_CONDITION_HAS_CLIENT", 0, has_client); in necp_socket_check_policy() 7638 if (!has_client) { in necp_socket_check_policy() 8067 info->has_client = !uuid_is_null(inp->necp_client_uuid); in necp_socket_fillout_info_locked() [all …]
|
| H A D | necp.h | 984 bool has_client,
|