Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/net/
Dnetif.hpp242 class MulticastAddress : public otNetifMulticastAddress,
714 static const otNetifMulticastAddress kRealmLocalAllMplForwardersMulticastAddress;
715 static const otNetifMulticastAddress kLinkLocalAllNodesMulticastAddress;
716 static const otNetifMulticastAddress kRealmLocalAllNodesMulticastAddress;
717 static const otNetifMulticastAddress kLinkLocalAllRoutersMulticastAddress;
718 static const otNetifMulticastAddress kRealmLocalAllRoutersMulticastAddress;
729 DefineCoreType(otNetifMulticastAddress, Ip6::Netif::MulticastAddress);
Dnetif.cpp59 const otNetifMulticastAddress Netif::kRealmLocalAllMplForwardersMulticastAddress = {
64 const otNetifMulticastAddress Netif::kRealmLocalAllNodesMulticastAddress = {
69 const otNetifMulticastAddress Netif::kLinkLocalAllNodesMulticastAddress = {
74 const otNetifMulticastAddress Netif::kRealmLocalAllRoutersMulticastAddress = {
79 const otNetifMulticastAddress Netif::kLinkLocalAllRoutersMulticastAddress = {
/openthread-3.6.0/include/openthread/
Dip6.h201 typedef struct otNetifMulticastAddress struct
204 …const struct otNetifMulticastAddress *mNext; ///< A pointer to the next network interface multi… argument
205 } otNetifMulticastAddress; typedef
383 const otNetifMulticastAddress *otIp6GetMulticastAddresses(otInstance *aInstance);
/openthread-3.6.0/src/core/api/
Dip6_api.cpp93 const otNetifMulticastAddress *otIp6GetMulticastAddresses(otInstance *aInstance) in otIp6GetMulticastAddresses()
/openthread-3.6.0/src/posix/platform/
Dnetif.cpp1278 otNetifMulticastAddress netAddr; in processNetifAddrEvent()
1549 otNetifMulticastAddress netAddr; in processNetifAddrEvent()
/openthread-3.6.0/src/cli/
Dcli.cpp3261 … for (const otNetifMulticastAddress *addr = otIp6GetMulticastAddresses(GetInstancePtr()); addr; in Process()
/openthread-3.6.0/src/ncp/
Dncp_base_mtd.cpp2006 const otNetifMulticastAddress *address; in HandlePropertyGet()