Searched refs:has_client (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.140.69/bsd/net/ |
| H A D | necp.c | 373 unsigned has_client : 1; member 7626 if (!info->has_client && in necp_check_missing_client_drop() 7692 …_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 7703 info->has_client = has_client; in necp_application_fillout_info_locked() 7885 bool has_client, in necp_application_find_policy_match_internal() argument 8309 …ex, traffic_class, &local_addr, &remote_addr, local_port, remote_port, has_client, has_system_sign… in necp_application_find_policy_match_internal() 9033 bool has_client, in necp_socket_check_policy() argument 9165 …ONDITION_SOCKET(debug, socket, "SOCKET", false, "NECP_KERNEL_CONDITION_HAS_CLIENT", 0, has_client); in necp_socket_check_policy() 9166 if (!has_client) { in necp_socket_check_policy() 9725 info->has_client = !uuid_is_null(inp->necp_client_uuid); in necp_socket_fillout_info_locked() [all …]
|
| H A D | necp.h | 1174 bool has_client,
|