Searched refs:interface_details (Results 1 – 1 of 1) sorted by relevance
10198 struct necp_interface_details interface_details = {}; in necp_client_copy_interface() local10201 uap->buffer_size < sizeof(interface_details) || in necp_client_copy_interface()10229 strlcpy((char *)&interface_details.name, interface->if_xname, sizeof(interface_details.name)); in necp_client_copy_interface()10231 interface_details.index = interface->if_index; in necp_client_copy_interface()10232 interface_details.generation = ifnet_get_generation(interface); in necp_client_copy_interface()10234 interface_details.delegate_index = interface->if_delegated.ifp->if_index; in necp_client_copy_interface()10236 interface_details.functional_type = if_functional_type(interface, TRUE); in necp_client_copy_interface()10238 interface_details.flags |= NECP_INTERFACE_FLAG_EXPENSIVE; in necp_client_copy_interface()10241 interface_details.flags |= NECP_INTERFACE_FLAG_CONSTRAINED; in necp_client_copy_interface()10244 interface_details.flags |= NECP_INTERFACE_FLAG_ULTRA_CONSTRAINED; in necp_client_copy_interface()[all …]