Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_client.cpp2404 Settings::SrpClientInfo savedInfo; in SelectUnicastEntry() local
2409 hasSavedServerInfo = (Get<Settings>().Read(savedInfo) == kErrorNone); in SelectUnicastEntry()
2425 … if (hasSavedServerInfo && (unicastInfo.mSockAddr.GetAddress() == savedInfo.GetServerAddress()) && in SelectUnicastEntry()
2426 (unicastInfo.mSockAddr.GetPort() == savedInfo.GetServerPort())) in SelectUnicastEntry()