Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_advertising_proxy.cpp51 , mCurrentRequestId(0) in AdvertisingProxy()
152 mCurrentRequestId++; in AllocateNextRequestId()
154 if (kInvalidRequestId == mCurrentRequestId) in AllocateNextRequestId()
156 mCurrentRequestId++; in AllocateNextRequestId()
159 return mCurrentRequestId; in AllocateNextRequestId()
Dsrp_advertising_proxy.hpp295 RequestId mCurrentRequestId; member in ot::Srp::AdvertisingProxy