Searched refs:aNetif (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/src/core/net/ |
D | netif.hpp | 282 explicit Iterator(const Netif &aNetif, Address::TypeFilter aFilter = Address::kTypeAny); 288 Builder(const Netif &aNetif, Address::TypeFilter aFilter) in Builder() argument 289 : mNetif(aNetif) in Builder() 307 Iterator(const Netif &aNetif, IteratorType) in Iterator() argument 308 : mNetif(aNetif) in Iterator()
|
D | netif.cpp | 577 Netif::ExternalMulticastAddress::Iterator::Iterator(const Netif &aNetif, Address::TypeFilter aFilte… in Iterator() argument 579 , mNetif(aNetif) in Iterator()
|
/openthread-latest/tests/unit/ |
D | test_netif.cpp | 59 void VerifyMulticastAddressList(const Ip6::Netif &aNetif, Ip6::Address aAddresses[], uint8_t aLengt… in VerifyMulticastAddressList() argument 65 VerifyOrQuit(aNetif.IsMulticastSubscribed(aAddresses[i])); in VerifyMulticastAddressList() 68 for (const Ip6::Netif::MulticastAddress &addr : aNetif.GetMulticastAddresses()) in VerifyMulticastAddressList()
|
/openthread-latest/src/core/api/ |
D | udp_api.cpp | 60 …otInstance *aInstance, otUdpSocket *aSocket, const otSockAddr *aSockName, otNetifIdentifier aNetif) in otUdpBind() argument 62 AsCoreType(aSocket).SetNetifId(MapEnum(aNetif)); in otUdpBind()
|
/openthread-latest/include/openthread/ |
D | udp.h | 197 …tInstance *aInstance, otUdpSocket *aSocket, const otSockAddr *aSockName, otNetifIdentifier aNetif);
|