Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dnecp.h605 #define NECP_MAX_CLIENT_PARAMETERS_SIZE 1024 macro
H A Dnecp_client.c7253 buffer_size == 0 || buffer_size > NECP_MAX_CLIENT_PARAMETERS_SIZE || uap->buffer == 0) { in necp_client_add()