Home
last modified time | relevance | path

Searched refs:otSysInfraNetIfAddressCounters (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/posix/platform/include/openthread/
Dopenthread-system.h247 typedef struct otSysInfraNetIfAddressCounters struct
252 } otSysInfraNetIfAddressCounters; argument
259 void otSysCountInfraNetifAddresses(otSysInfraNetIfAddressCounters *aAddressCounters);
/openthread-latest/src/posix/platform/
Dinfra_if.hpp132 void CountAddresses(otSysInfraNetIfAddressCounters &aAddressCounters) const;
Dinfra_if.cpp119 void otSysCountInfraNetifAddresses(otSysInfraNetIfAddressCounters *aAddressCounters) in otSysCountInfraNetifAddresses()
326 void InfraNetif::CountAddresses(otSysInfraNetIfAddressCounters &aAddressCounters) const in CountAddresses()