Home
last modified time | relevance | path

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

/openthread-3.5.0/src/cli/
Dcli_dns.cpp139 OutputSockAddrLine(defaultConfig->mServerSockAddr); in Process()
425 …ror = Interpreter::ParseToIp6Address(GetInstancePtr(), aArgs[0], aConfig->mServerSockAddr.mAddress, in GetDnsConfig()
430 OutputIp6AddressLine(aConfig->mServerSockAddr.mAddress); in GetDnsConfig()
434 SuccessOrExit(error = aArgs[1].ParseAsUint16(aConfig->mServerSockAddr.mPort)); in GetDnsConfig()
/openthread-3.5.0/include/openthread/
Ddns_client.h122 …otSockAddr mServerSockAddr; ///< Server address (IPv6 addr/port). All zero or zero port … member
/openthread-3.5.0/src/core/net/
Ddns_client.hpp187 return static_cast<const Ip6::SockAddr &>(mServerSockAddr); in GetServerSockAddr()
262 Ip6::SockAddr &GetServerSockAddr(void) { return AsCoreType(&mServerSockAddr); } in GetServerSockAddr()
Ddns_client.cpp1153 VerifyOrExit(mEndpoint.GetPeerAddress() == AsCoreType(&aInfo.mConfig.mServerSockAddr), in SendQuery()
1162 …error = mEndpoint.Connect(AsCoreType(&aInfo.mConfig.mServerSockAddr), OT_TCP_CONNECT_NO_FAST_OPEN)… in SendQuery()