Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dnecp_client.c329 #define NECP_MAX_AGENT_PARAMETERS 4 macro
341 struct necp_client_parameter_netagent_type required_netagent_types[NECP_MAX_AGENT_PARAMETERS];
342 struct necp_client_parameter_netagent_type prohibited_netagent_types[NECP_MAX_AGENT_PARAMETERS];
343 struct necp_client_parameter_netagent_type preferred_netagent_types[NECP_MAX_AGENT_PARAMETERS];
344 struct necp_client_parameter_netagent_type avoided_netagent_types[NECP_MAX_AGENT_PARAMETERS];
345 uuid_t required_netagents[NECP_MAX_AGENT_PARAMETERS];
346 uuid_t prohibited_netagents[NECP_MAX_AGENT_PARAMETERS];
347 uuid_t preferred_netagents[NECP_MAX_AGENT_PARAMETERS];
348 uuid_t avoided_netagents[NECP_MAX_AGENT_PARAMETERS];
2404 for (int i = 0; i < NECP_MAX_AGENT_PARAMETERS; i++) { in necp_netagent_is_requested()
[all …]