Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dnecp.c4723 u_int32_t interface_name_length = necp_policy_get_result_parameter_length(policy); in necp_policy_apply() local
4724 if (interface_name_length <= IFXNAMSIZ && interface_name_length > 0) { in necp_policy_apply()
4727 necp_policy_get_result_parameter(policy, (u_int8_t *)interface_name, interface_name_length); in necp_policy_apply()
4728 interface_name[interface_name_length - 1] = 0; // Make sure the string is NULL terminated in necp_policy_apply()
4729 …fe_null_terminated_from_indexable(interface_name, &interface_name[interface_name_length - 1]), &sc… in necp_policy_apply()