Home
last modified time | relevance | path

Searched defs:aNetif (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/src/core/net/
H A Dnetif.hpp313 Builder(const Netif &aNetif, Address::TypeFilter aFilter) in Builder()
332 Iterator(const Netif &aNetif, IteratorType) in Iterator()
H A Dnetif.cpp583 Netif::ExternalMulticastAddress::Iterator::Iterator(const Netif &aNetif, Address::TypeFilter aFilte… in Iterator()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_netif.cpp59 void VerifyMulticastAddressList(const Ip6::Netif &aNetif, Ip6::Address aAddresses[], uint8_t aLengt… in VerifyMulticastAddressList()
/aosp_15_r20/external/openthread/src/core/api/
H A Dudp_api.cpp63 …otInstance *aInstance, otUdpSocket *aSocket, const otSockAddr *aSockName, otNetifIdentifier aNetif) in otUdpBind()