zephyr/subsys/net/l2/openthread
Robert Lubos ff0fd2d7a7 net: iface: Improve thread safety of net_if_ipv*_maddr_* functions
Provide an extra struct net_if * iface parameter to
net_if_ipv*_maddr_join/leave functions, so that the corresponding
interface context, the mcast address belong to, can be locked for the
operation.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2023-05-10 11:06:15 +02:00
..
CMakeLists.txt
Kconfig net: update tfm dependency for psa 2023-05-08 10:23:18 +02:00
openthread.c net: openthread: Disable ND/MLD for OpenThread interfaces 2023-04-29 12:24:49 +02:00
openthread_utils.c net: iface: Improve thread safety of net_if_ipv*_maddr_* functions 2023-05-10 11:06:15 +02:00
openthread_utils.h