Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_server.cpp1154 VerifyOrExit(!service->mParsedSrv, error = kErrorParse); in ProcessServiceDescriptionInstructions()
1155 service->mParsedSrv = true; in ProcessServiceDescriptionInstructions()
1186 VerifyOrExit(service.mParsedSrv == service.mParsedTxt, error = kErrorFailed); in ProcessServiceDescriptionInstructions()
1190 VerifyOrExit(service.mParsedSrv, error = kErrorFailed); in ProcessServiceDescriptionInstructions()
1820 mParsedSrv = false; in Init()
Dsrp_server.hpp414 bool mParsedSrv : 1; member in ot::Srp::Server::Service