Home
last modified time | relevance | path

Searched refs:NECP_MAX_CLIENT_LIST_SIZE (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dnecp_client.c297 #define NECP_MAX_CLIENT_LIST_SIZE 1024 * 1024 // 1MB macro
9256 if (copy_buffer_size > NECP_MAX_CLIENT_LIST_SIZE) { in necp_client_list()