Searched refs:cond_agent_type (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | necp.c | 466 …_int8_t cond_remote_prefix, struct necp_policy_condition_agent_type *cond_agent_type, struct necp_… 3724 sizeof(policy->cond_agent_type), &policy->cond_agent_type, in necp_handle_policy_dump_all() 4120 struct necp_policy_condition_agent_type cond_agent_type = {}; in necp_policy_apply() local 4491 if (condition_length >= sizeof(cond_agent_type)) { in necp_policy_apply() 4493 memcpy(&cond_agent_type, condition_value, sizeof(cond_agent_type)); in necp_policy_apply() 4769 …l_prefix, &cond_remote_start, &cond_remote_end, cond_remote_prefix, &cond_agent_type, &cond_sdk_ve… in necp_policy_apply() 4941 …_int8_t cond_remote_prefix, struct necp_policy_condition_agent_type *cond_agent_type, struct necp_… in necp_kernel_socket_policy_add() argument 5043 memcpy(&new_kernel_policy->cond_agent_type, cond_agent_type, sizeof(*cond_agent_type)); in necp_kernel_socket_policy_add() 5601 …memcmp(&compared_policy->cond_agent_type, &policy->cond_agent_type, sizeof(policy->cond_agent_type… in necp_kernel_socket_policy_is_unnecessary() 9528 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 | 1356 struct necp_policy_condition_agent_type cond_agent_type; member
|