Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp.c2594 necp_policy_condition_get_value_length_from_buffer(u_int8_t * __sized_by(length)buffer, u_int32_t l… in necp_policy_condition_get_value_length_from_buffer() function
2638 condition_length = necp_policy_condition_get_value_length_from_buffer(buffer, length); in necp_policy_condition_is_kernel_pid()
2661 u_int32_t condition_length = necp_policy_condition_get_value_length_from_buffer(buffer, length); in necp_policy_condition_is_valid()
2851 return necp_policy_condition_get_value_length_from_buffer(buffer, length) == 0 && in necp_policy_route_rule_is_default()
2870 u_int32_t rule_length = necp_policy_condition_get_value_length_from_buffer(buffer, length); in necp_policy_route_rule_is_valid()
2884 u_int32_t rule_length = necp_policy_condition_get_value_length_from_buffer(buffer, length); in necp_policy_route_rule_is_valid()
2889 u_int32_t rule_length = necp_policy_condition_get_value_length_from_buffer(buffer, length); in necp_policy_route_rule_is_valid()
4147 u_int32_t condition_length = necp_policy_condition_get_value_length_from_buffer(value, length); in necp_policy_apply()
6335 u_int32_t rule_length = necp_policy_condition_get_value_length_from_buffer(value, length); in necp_create_route_rule()