Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp.c415 …_int8_t cond_remote_prefix, struct necp_policy_condition_agent_type *cond_agent_type, struct necp_…
2988 sizeof(policy->cond_agent_type), &policy->cond_agent_type, in necp_handle_policy_dump_all()
3354 struct necp_policy_condition_agent_type cond_agent_type = {}; in necp_policy_apply() local
3663 if (condition_length >= sizeof(cond_agent_type)) { in necp_policy_apply()
3665 memcpy(&cond_agent_type, condition_value, sizeof(cond_agent_type)); in necp_policy_apply()
3938 …l_prefix, &cond_remote_start, &cond_remote_end, cond_remote_prefix, &cond_agent_type, &cond_sdk_ve… in necp_policy_apply()
4110 …_int8_t cond_remote_prefix, struct necp_policy_condition_agent_type *cond_agent_type, struct necp_… in necp_kernel_socket_policy_add() argument
4203 memcpy(&new_kernel_policy->cond_agent_type, cond_agent_type, sizeof(*cond_agent_type)); in necp_kernel_socket_policy_add()
4755 …memcmp(&compared_policy->cond_agent_type, &policy->cond_agent_type, sizeof(policy->cond_agent_type in necp_kernel_socket_policy_is_unnecessary()
7827 kernel_policy->cond_agent_type.agent_domain, kernel_policy->cond_agent_type.agent_type, "n/a", in necp_socket_check_policy()
[all …]
H A Dnecp.h1129 struct necp_policy_condition_agent_type cond_agent_type; member