Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/openthread/
Dopenthread_utils.c249 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()
[all …]