Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dnecp.c433 …_int8_t cond_remote_prefix, struct necp_policy_condition_agent_type *cond_agent_type, struct necp_…
3192 sizeof(policy->cond_agent_type), &policy->cond_agent_type, in necp_handle_policy_dump_all()
3559 struct necp_policy_condition_agent_type cond_agent_type = {}; in necp_policy_apply() local
3890 if (condition_length >= sizeof(cond_agent_type)) { in necp_policy_apply()
3892 memcpy(&cond_agent_type, condition_value, sizeof(cond_agent_type)); in necp_policy_apply()
4141 …l_prefix, &cond_remote_start, &cond_remote_end, cond_remote_prefix, &cond_agent_type, &cond_sdk_ve… in necp_policy_apply()
4313 …_int8_t cond_remote_prefix, struct necp_policy_condition_agent_type *cond_agent_type, struct necp_… in necp_kernel_socket_policy_add() argument
4406 memcpy(&new_kernel_policy->cond_agent_type, cond_agent_type, sizeof(*cond_agent_type)); in necp_kernel_socket_policy_add()
4915 …memcmp(&compared_policy->cond_agent_type, &policy->cond_agent_type, sizeof(policy->cond_agent_type in necp_kernel_socket_policy_is_unnecessary()
8217 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.h1229 struct necp_policy_condition_agent_type cond_agent_type; member