Lines Matching refs:maddress
249 const otNetifMulticastAddress *maddress; in add_ipv6_maddr_to_zephyr() local
252 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() local
354 for (maddress = otIp6GetMulticastAddresses(context->instance); in rm_ipv6_maddr_from_zephyr()
355 maddress; maddress = maddress->mNext) { in rm_ipv6_maddr_from_zephyr()
357 ot_addr = (struct in6_addr *)(&maddress->mAddress); in rm_ipv6_maddr_from_zephyr()