Home
last modified time | relevance | path

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

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