/openthread-latest/src/core/api/ |
D | dns_api.cpp | 122 otError otDnsAddressResponseGetHostName(const otDnsAddressResponse *aResponse, in otDnsAddressResponseGetHostName() 131 otError otDnsAddressResponseGetAddress(const otDnsAddressResponse *aResponse, in otDnsAddressResponseGetAddress() 154 otError otDnsBrowseResponseGetServiceName(const otDnsBrowseResponse *aResponse, in otDnsBrowseResponseGetServiceName() 163 otError otDnsBrowseResponseGetServiceInstance(const otDnsBrowseResponse *aResponse, in otDnsBrowseResponseGetServiceInstance() 173 otError otDnsBrowseResponseGetServiceInfo(const otDnsBrowseResponse *aResponse, in otDnsBrowseResponseGetServiceInfo() 182 otError otDnsBrowseResponseGetHostAddress(const otDnsBrowseResponse *aResponse, in otDnsBrowseResponseGetHostAddress() 223 otError otDnsServiceResponseGetServiceName(const otDnsServiceResponse *aResponse, in otDnsServiceResponseGetServiceName() 235 otError otDnsServiceResponseGetServiceInfo(const otDnsServiceResponse *aResponse, otDnsServiceInfo … in otDnsServiceResponseGetServiceInfo() 240 otError otDnsServiceResponseGetHostAddress(const otDnsServiceResponse *aResponse, in otDnsServiceResponseGetHostAddress()
|
D | coap_api.cpp | 52 otError otCoapMessageInitResponse(otMessage *aResponse, const otMessage *aRequest, otCoapType aType… in otCoapMessageInitResponse()
|
/openthread-latest/src/cli/ |
D | cli_dns.cpp | 520 void Dns::HandleDnsAddressResponse(otError aError, const otDnsAddressResponse *aResponse, void *aCo… in HandleDnsAddressResponse() 525 void Dns::HandleDnsAddressResponse(otError aError, const otDnsAddressResponse *aResponse) in HandleDnsAddressResponse() 577 void Dns::HandleDnsBrowseResponse(otError aError, const otDnsBrowseResponse *aResponse, void *aCont… in HandleDnsBrowseResponse() 582 void Dns::HandleDnsBrowseResponse(otError aError, const otDnsBrowseResponse *aResponse) in HandleDnsBrowseResponse() 619 void Dns::HandleDnsServiceResponse(otError aError, const otDnsServiceResponse *aResponse, void *aCo… in HandleDnsServiceResponse() 624 void Dns::HandleDnsServiceResponse(otError aError, const otDnsServiceResponse *aResponse) in HandleDnsServiceResponse()
|
/openthread-latest/src/core/net/ |
D | dns_platform.cpp | 42 …PlatDnsUpstreamQueryDone(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, otMessage *aResponse) in otPlatDnsUpstreamQueryDone()
|
D | dns_client.cpp | 1226 void Client::FinalizeQuery(Response &aResponse, Error aError) in FinalizeQuery() 1462 Client::Query *Client::PopulateResponse(Response &aResponse, Query &aQuery, const Message &aRespons… in PopulateResponse()
|
D | dnssd_server.cpp | 972 void Server::ResolveByProxy(Response &aResponse, const Ip6::MessageInfo &aMessageInfo) in ResolveByProxy() 1141 …rver::RemoveQueryAndPrepareResponse(ProxyQuery &aQuery, ProxyQueryInfo &aInfo, Response &aResponse) in RemoveQueryAndPrepareResponse()
|
D | mdns.cpp | 744 void Core::RecordInfo::UpdateStateAfterAnswer(const TxMessage &aResponse) in UpdateStateAfterAnswer() 1137 void Core::Entry::UpdateRecordsState(const TxMessage &aResponse) in UpdateRecordsState() 1709 void Core::HostEntry::UpdateRecordsState(const TxMessage &aResponse) in UpdateRecordsState() 2359 void Core::ServiceEntry::UpdateRecordsState(const TxMessage &aResponse) in UpdateRecordsState() 2944 void Core::ServiceType::AppendPtrRecordTo(TxMessage &aResponse, uint16_t aServiceTypeOffset) in AppendPtrRecordTo()
|
D | dns_types.cpp | 46 Error Header::ResponseCodeToError(Response aResponse) in ResponseCodeToError()
|
D | dns_types.hpp | 266 void SetResponseCode(Response aResponse) in SetResponseCode()
|
/openthread-latest/src/core/meshcop/ |
D | tcat_agent.cpp | 555 bool &aResponse) in HandlePing() 582 Error TcatAgent::HandleGetNetworkName(Message &aOutgoingMessage, bool &aResponse) in HandleGetNetworkName() 600 Error TcatAgent::HandleGetDeviceId(Message &aOutgoingMessage, bool &aResponse) in HandleGetDeviceId() 629 Error TcatAgent::HandleGetExtPanId(Message &aOutgoingMessage, bool &aResponse) in HandleGetExtPanId() 643 Error TcatAgent::HandleGetProvisioningUrl(Message &aOutgoingMessage, bool &aResponse) in HandleGetProvisioningUrl() 706 Error TcatAgent::HandleRequestRandomNumberChallenge(Message &aOutgoingMessage, bool &aResponse) in HandleRequestRandomNumberChallenge() 723 bool &aResponse) in HandleRequestPskdHash()
|
D | border_agent.cpp | 425 const Coap::Message *aResponse, in HandleCoapResponse()
|
/openthread-latest/tests/unit/ |
D | test_dns_client.cpp | 374 void AddressCallback(otError aError, const otDnsAddressResponse *aResponse, void *aContext) in AddressCallback() 429 void BrowseCallback(otError aError, const otDnsBrowseResponse *aResponse, void *aContext) in BrowseCallback() 495 void ServiceCallback(otError aError, const otDnsServiceResponse *aResponse, void *aContext) in ServiceCallback()
|
D | test_dnssd_discovery_proxy.cpp | 295 void BrowseCallback(otError aError, const otDnsBrowseResponse *aResponse, void *aContext) in BrowseCallback() 371 void ServiceCallback(otError aError, const otDnsServiceResponse *aResponse, void *aContext) in ServiceCallback() 446 void AddressCallback(otError aError, const otDnsAddressResponse *aResponse, void *aContext) in AddressCallback()
|
/openthread-latest/src/core/coap/ |
D | coap.cpp | 513 Message *aResponse, in FinalizeCoapTransaction() 587 Error CoapBase::CacheLastBlockResponse(Message *aResponse) in CacheLastBlockResponse() 991 Message *CoapBase::FindRelatedRequest(const Message &aResponse, in FindRelatedRequest() 1460 Message **aResponse) in GetMatchedResponseCopy()
|
/openthread-latest/src/core/thread/ |
D | network_diagnostic.cpp | 223 Error Server::AppendRequestedTlvs(const Message &aRequest, Message &aResponse) in AppendRequestedTlvs() 645 Coap::Message *aResponse, in HandleAnswerResponse()
|
D | mle.cpp | 4873 Error Mle::TxMessage::AppendResponseTlv(const RxChallenge &aResponse) in AppendResponseTlv()
|