Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dnetif.hpp221 class MulticastAddress : public otNetifMulticastAddress,
639 static const otNetifMulticastAddress kRealmLocalAllMplForwardersMulticastAddress;
640 static const otNetifMulticastAddress kLinkLocalAllNodesMulticastAddress;
641 static const otNetifMulticastAddress kRealmLocalAllNodesMulticastAddress;
642 static const otNetifMulticastAddress kLinkLocalAllRoutersMulticastAddress;
643 static const otNetifMulticastAddress kRealmLocalAllRoutersMulticastAddress;
653 DefineCoreType(otNetifMulticastAddress, Ip6::Netif::MulticastAddress);
Dnetif.cpp53 const otNetifMulticastAddress Netif::kRealmLocalAllMplForwardersMulticastAddress = {
58 const otNetifMulticastAddress Netif::kRealmLocalAllNodesMulticastAddress = {
63 const otNetifMulticastAddress Netif::kLinkLocalAllNodesMulticastAddress = {
68 const otNetifMulticastAddress Netif::kRealmLocalAllRoutersMulticastAddress = {
73 const otNetifMulticastAddress Netif::kLinkLocalAllRoutersMulticastAddress = {
/openthread-latest/include/openthread/
Dip6.h187 typedef struct otNetifMulticastAddress struct
190 …const struct otNetifMulticastAddress *mNext; ///< A pointer to the next network interface multi… argument
191 } otNetifMulticastAddress; typedef
355 const otNetifMulticastAddress *otIp6GetMulticastAddresses(otInstance *aInstance);
/openthread-latest/src/core/api/
Dip6_api.cpp86 const otNetifMulticastAddress *otIp6GetMulticastAddresses(otInstance *aInstance) in otIp6GetMulticastAddresses()
/openthread-latest/src/posix/platform/
Dnetif.cpp1357 otNetifMulticastAddress netAddr; in processNetifAddrEvent()
1631 otNetifMulticastAddress netAddr; in processNetifAddrEvent()
/openthread-latest/src/cli/
Dcli.cpp3439 … for (const otNetifMulticastAddress *addr = otIp6GetMulticastAddresses(GetInstancePtr()); addr; in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2098 const otNetifMulticastAddress *address; in HandlePropertyGet()