Searched refs:maddress (Results 1 – 1 of 1) sorted by relevance
245 const otNetifMulticastAddress *maddress; in add_ipv6_maddr_to_zephyr() local248 for (maddress = otIp6GetMulticastAddresses(context->instance); in add_ipv6_maddr_to_zephyr()249 maddress; maddress = maddress->mNext) { in add_ipv6_maddr_to_zephyr()251 (struct in6_addr *)(&maddress->mAddress), in add_ipv6_maddr_to_zephyr()262 (&maddress->mAddress), in add_ipv6_maddr_to_zephyr()267 (struct in6_addr *)(&maddress->mAddress)); in add_ipv6_maddr_to_zephyr()272 (struct in6_addr *)(&maddress->mAddress)) || in add_ipv6_maddr_to_zephyr()274 (struct in6_addr *)(&maddress->mAddress)))) { in add_ipv6_maddr_to_zephyr()342 const otNetifMulticastAddress *maddress; in rm_ipv6_maddr_from_zephyr() local350 for (maddress = otIp6GetMulticastAddresses(context->instance); in rm_ipv6_maddr_from_zephyr()[all …]