Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_server.cpp955 if (aHost.mParsedKey) in ProcessHostDescriptionInstruction()
961 aHost.mParsedKey = true; in ProcessHostDescriptionInstruction()
972 VerifyOrExit(aHost.mParsedKey, error = kErrorFailed); in ProcessHostDescriptionInstruction()
1998 , mParsedKey(false) in Host()
Dsrp_server.hpp581 bool mParsedKey : 1; member in ot::Srp::Server::Host