Searched refs:maddress (Results 1 – 1 of 1) sorted by relevance
249 const otNetifMulticastAddress *maddress; in add_ipv6_maddr_to_zephyr() local252 for (maddress = otIp6GetMulticastAddresses(context->instance); in add_ipv6_maddr_to_zephyr()253 maddress; maddress = maddress->mNext) { in add_ipv6_maddr_to_zephyr()255 (struct in6_addr *)(&maddress->mAddress), in add_ipv6_maddr_to_zephyr()266 (&maddress->mAddress), in add_ipv6_maddr_to_zephyr()271 (struct in6_addr *)(&maddress->mAddress)); in add_ipv6_maddr_to_zephyr()276 (struct in6_addr *)(&maddress->mAddress)) || in add_ipv6_maddr_to_zephyr()278 (struct in6_addr *)(&maddress->mAddress)))) { in add_ipv6_maddr_to_zephyr()346 const otNetifMulticastAddress *maddress; in rm_ipv6_maddr_from_zephyr() local354 for (maddress = otIp6GetMulticastAddresses(context->instance); in rm_ipv6_maddr_from_zephyr()[all …]