| /openthread-latest/src/core/net/ |
| D | dnssd_server.cpp | 157 Response response(GetInstance()); in ProcessQuery() 224 Server::Response::Response(Instance &aInstance) in Response() function in ot::Dns::ServiceDiscovery::Server::Response 232 Error Server::Response::AllocateAndInitFrom(const Request &aRequest) in AllocateAndInitFrom() 261 void Server::Response::Send(const Ip6::MessageInfo &aMessageInfo) in Send() 367 Server::ResponseCode Server::Response::AddQuestionsFrom(const Request &aRequest) in AddQuestionsFrom() 415 Error Server::Response::ParseQueryName(void) in ParseQueryName() 481 void Server::Response::ReadQueryName(Name::Buffer &aName) const { Server::ReadQueryName(*mMessage, … in ReadQueryName() 483 bool Server::Response::QueryNameMatches(const char *aName) const { return Server::QueryNameMatches(… in QueryNameMatches() 485 Error Server::Response::AppendQueryName(void) { return Name::AppendPointerLabel(sizeof(Header), *mM… in AppendQueryName() 487 Error Server::Response::AppendPtrRecord(const char *aInstanceLabel, uint32_t aTtl) in AppendPtrRecord() [all …]
|
| D | dns_client.hpp | 272 class Response : public otDnsAddressResponse, class in ot::Dns::Client 277 public Clearable<Response> 288 Response(void) { Clear(); } in Response() function in ot::Dns::Client::Response 312 Response *mNext; // The next response when we have related queries. 335 class AddressResponse : public Response 393 class BrowseResponse : public Response 495 class ServiceResponse : public Response 794 void FinalizeQuery(Response &Response, Error aError); 803 … Query *PopulateResponse(Response &aResponse, Query &aQuery, const Message &aResponseMessage); 804 …void PrepareResponseAndFinalize(Query &aQuery, const Message &aResponseMessage, Response *a…
|
| D | dnssd_server.hpp | 314 typedef Header::Response ResponseCode; 388 class Response : public InstanceLocator, private NonCopyable class in ot::Dns::ServiceDiscovery::Server 391 explicit Response(Instance &aInstance); 481 typedef Error (Response::*ResponseAppender)(const ProxyResult &aResult); 526 void ResolveByProxy(Response &aResponse, const Ip6::MessageInfo &aMessageInfo); 527 …void RemoveQueryAndPrepareResponse(ProxyQuery &aQuery, ProxyQueryInfo &aInfo, Response &aResponse);
|
| D | dns_client.cpp | 131 void Client::Response::SelectSection(Section aSection, uint16_t &aOffset, uint16_t &aNumRecord) con… in SelectSection() 147 Error Client::Response::GetName(char *aNameBuffer, uint16_t aNameBufferSize) const in GetName() 154 Error Client::Response::CheckForHostNameAlias(Section aSection, Name &aHostName) const in CheckForHostNameAlias() 200 Error Client::Response::FindHostAddress(Section aSection, in FindHostAddress() 225 Error Client::Response::FindARecord(Section aSection, const Name &aHostName, uint16_t aIndex, AReco… in FindARecord() 245 void Client::Response::InitServiceInfo(ServiceInfo &aServiceInfo) const in InitServiceInfo() 263 Error Client::Response::ReadServiceInfo(Section aSection, const Name &aName, ServiceInfo &aServiceI… in ReadServiceInfo() 321 Error Client::Response::ReadTxtRecord(Section aSection, const Name &aName, ServiceInfo &aServiceInf… in ReadTxtRecord() 377 void Client::Response::PopulateFrom(const Message &aMessage) in PopulateFrom() 589 for (const Response *response = this; response != nullptr; response = response->mNext) in GetServiceInfo() [all …]
|
| D | dns_dso.hpp | 639 … Dns::Header::Response aResponseCode = Dns::Header::kResponseSuccess); 657 Dns::Header::Response GetRetryDelayErrorCode(void) const { return mRetryDelayErrorCode; } in GetRetryDelayErrorCode() 750 Dns::Header::Response aResponseCode = Dns::Header::kResponseSuccess, 760 void SendErrorResponse(const Dns::Header &aHeader, Dns::Header::Response aResponseCode); 787 Dns::Header::Response mRetryDelayErrorCode;
|
| D | dns_types.hpp | 235 enum Response : uint8_t enum in ot::Dns::Header 259 …Response GetResponseCode(void) const { return static_cast<Response>((mFlags[1] & kRCodeMask) >> kR… in GetResponseCode() 266 void SetResponseCode(Response aResponse) in SetResponseCode() 294 static Error ResponseCodeToError(Response aResponse);
|
| D | srp_server.hpp | 965 Dns::UpdateHeader::Response aResponseCode, 981 void UpdateResponseCounters(Dns::Header::Response aResponseCode);
|
| D | dns_dso.cpp | 309 Error Dso::Connection::SendRetryDelayMessage(uint32_t aDelay, Dns::Header::Response aResponseCode) in SendRetryDelayMessage() 473 Dns::Header::Response aResponseCode, in SendMessage() 1019 void Dso::Connection::SendErrorResponse(const Dns::Header &aHeader, Dns::Header::Response aResponse… in SendErrorResponse()
|
| D | srp_server.cpp | 48 static Dns::UpdateHeader::Response ErrorToDnsResponseCode(Error aError) in ErrorToDnsResponseCode() 50 Dns::UpdateHeader::Response responseCode; in ErrorToDnsResponseCode() 1461 Dns::UpdateHeader::Response aResponseCode, in SendResponse() 1731 void Server::UpdateResponseCounters(Dns::UpdateHeader::Response aResponseCode) in UpdateResponseCounters()
|
| D | dns_types.cpp | 46 Error Header::ResponseCodeToError(Response aResponse) in ResponseCodeToError()
|
| /openthread-latest/tests/scripts/thread-cert/ |
| D | v1_2_router_5_1_1.py | 95 msg.assertMleMessageContainsTlv(mle.Response) 105 msg.assertMleMessageContainsTlv(mle.Response)
|
| D | v1_2_test_enhanced_keep_alive.py | 104 msg.assertMleMessageContainsTlv(mle.Response) 114 msg.assertMleMessageContainsTlv(mle.Response)
|
| D | command.py | 199 command_msg.assertMleMessageContainsTlv(mle.Response) 315 command_msg.assertMleMessageContainsTlv(mle.Response) 338 command_msg.assertMleMessageContainsTlv(mle.Response) 510 check_mle_optional_tlv(command_msg, response, mle.Response)
|
| D | test_mle.py | 563 response_obj = mle.Response(response) 586 self.assertTrue(isinstance(actual_response, mle.Response)) 1685 self.assertEqual(mle.Response(bytearray([0xa5, 0xf2, 0x9b, 0xde, 0xe3, 0xd8, 0xbe, 0xb9])), 1736 self.assertEqual(mle.Response(bytearray([0xa5, 0xf2, 0x9b, 0xde, 0xe3, 0xd8, 0xbe, 0xb9])),
|
| D | mle.py | 235 class Response(object): class 257 return Response(response)
|
| /openthread-latest/tests/unit/ |
| D | test_dso.cpp | 152 Dns::Header::Response GetLastRxResponseCode(void) const { return mLastRxResponseCode; } in GetLastRxResponseCode() 322 Dns::Header::Response mLastRxResponseCode;
|
| /openthread-latest/src/cli/ |
| D | README.md | 880 …k timeout, it initiates the re-attach process (MLE Child Update Request/Response exchange with its… 1315 - Response timeout in msec (wait time to rx response) 1966 Received Link Metrics Management Response from: fe80:0:0:0:3092:f334:1455:1ad2 1972 > Received Link Metrics Management Response from: fe80:0:0:0:3092:f334:1455:1ad2 1990 Received Link Metrics Management Response from: fe80:0:0:0:3092:f334:1455:1ad2 1996 > Received Link Metrics Management Response from: fe80:0:0:0:3092:f334:1455:1ad2 2001 > Received Link Metrics Management Response from: fe80:0:0:0:3092:f334:1455:1ad2 2026 Received Link Metrics Management Response from: fe80:0:0:0:3092:f334:1455:1ad2 2032 > Received Link Metrics Management Response from: fe80:0:0:0:3092:f334:1455:1ad2
|