Home
last modified time | relevance | path

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

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