Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Dnecp.c4116 u_int32_t interface_name_length = necp_policy_get_result_parameter_length(policy); in necp_policy_apply() local
4117 if (interface_name_length <= IFXNAMSIZ && interface_name_length > 0) { in necp_policy_apply()
4120 necp_policy_get_result_parameter(policy, (u_int8_t *)interface_name, interface_name_length); in necp_policy_apply()
4121 interface_name[interface_name_length - 1] = 0; // Make sure the string is NULL terminated in necp_policy_apply()