Home
last modified time | relevance | path

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

/subsys/net/l2/openthread/
A Dopenthread_utils.c266 const otNetifMulticastAddress *maddress; in add_ipv6_maddr_to_zephyr() local
269 for (maddress = otIp6GetMulticastAddresses(openthread_get_default_instance()); in add_ipv6_maddr_to_zephyr()
270 maddress; maddress = maddress->mNext) { in add_ipv6_maddr_to_zephyr()
272 (struct in6_addr *)(&maddress->mAddress), in add_ipv6_maddr_to_zephyr()
283 (&maddress->mAddress), in add_ipv6_maddr_to_zephyr()
288 (struct in6_addr *)(&maddress->mAddress)); in add_ipv6_maddr_to_zephyr()
293 (struct in6_addr *)(&maddress->mAddress)) || in add_ipv6_maddr_to_zephyr()
295 (struct in6_addr *)(&maddress->mAddress)))) { in add_ipv6_maddr_to_zephyr()
363 const otNetifMulticastAddress *maddress; in rm_ipv6_maddr_from_zephyr() local
372 maddress; maddress = maddress->mNext) { in rm_ipv6_maddr_from_zephyr()
[all …]

Completed in 8 milliseconds