Home
last modified time | relevance | path

Searched refs:mAutoHostAddressCount (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dsrp_client.cpp360 , mAutoHostAddressCount(0) in Client()
621 mAutoHostAddressCount = 0; in EnableAutoHostAddress()
737 shouldUpdate = (registeredCount != mAutoHostAddressCount); in ShouldUpdateHostAutoAddresses()
1511 mAutoHostAddressCount = 0; in AppendHostDescriptionInstruction()
1519 mAutoHostAddressCount++; in AppendHostDescriptionInstruction()
1527 if (mAutoHostAddressCount == 0) in AppendHostDescriptionInstruction()
1533 mAutoHostAddressCount++; in AppendHostDescriptionInstruction()
Dsrp_client.hpp1086 uint16_t mAutoHostAddressCount; member in ot::Srp::Client