Searched refs:cond_agent_type (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.140.69/bsd/net/ |
| H A D | necp.c | 473 …_int8_t cond_remote_prefix, struct necp_policy_condition_agent_type *cond_agent_type, struct necp_… 3800 sizeof(policy->cond_agent_type), &policy->cond_agent_type, in necp_handle_policy_dump_all() 4190 struct necp_policy_condition_agent_type cond_agent_type = {}; in necp_policy_apply() local 4561 if (condition_length >= sizeof(cond_agent_type)) { in necp_policy_apply() 4563 memcpy(&cond_agent_type, condition_value, sizeof(cond_agent_type)); in necp_policy_apply() 4828 …l_prefix, &cond_remote_start, &cond_remote_end, cond_remote_prefix, &cond_agent_type, &cond_sdk_ve… in necp_policy_apply() 5000 …_int8_t cond_remote_prefix, struct necp_policy_condition_agent_type *cond_agent_type, struct necp_… in necp_kernel_socket_policy_add() argument 5102 memcpy(&new_kernel_policy->cond_agent_type, cond_agent_type, sizeof(*cond_agent_type)); in necp_kernel_socket_policy_add() 5647 …memcmp(&compared_policy->cond_agent_type, &policy->cond_agent_type, sizeof(policy->cond_agent_type… in necp_kernel_socket_policy_is_unnecessary() 9452 kernel_policy->cond_agent_type.agent_domain, kernel_policy->cond_agent_type.agent_type, "n/a", in necp_socket_check_policy() [all …]
|
| H A D | necp.h | 1334 struct necp_policy_condition_agent_type cond_agent_type; member
|