Home
last modified time | relevance | path

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

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