Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/l2/openthread/
Dopenthread_utils.c245 const otNetifMulticastAddress *maddress; in add_ipv6_maddr_to_zephyr() local
248 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() local
350 for (maddress = otIp6GetMulticastAddresses(context->instance); in rm_ipv6_maddr_from_zephyr()
[all …]