Searched refs:has_client (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | necp.c | 366 unsigned has_client : 1; member 7702 if (!info->has_client && in necp_check_missing_client_drop() 7768 …_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 7779 info->has_client = has_client; in necp_application_fillout_info_locked() 7961 bool has_client, in necp_application_find_policy_match_internal() argument 8403 …ex, traffic_class, &local_addr, &remote_addr, local_port, remote_port, has_client, has_system_sign… in necp_application_find_policy_match_internal() 9125 bool has_client, in necp_socket_check_policy() argument 9257 …ONDITION_SOCKET(debug, socket, "SOCKET", false, "NECP_KERNEL_CONDITION_HAS_CLIENT", 0, has_client); in necp_socket_check_policy() 9258 if (!has_client) { in necp_socket_check_policy() 9817 info->has_client = !uuid_is_null(inp->necp_client_uuid); in necp_socket_fillout_info_locked() [all …]
|
| H A D | necp.h | 1201 bool has_client,
|