Searched refs:otPlatDnsUpstreamQuery (Results 1 – 8 of 8) sorted by relevance
/openthread-3.6.0/include/openthread/platform/ |
D | dns.h | 60 typedef struct otPlatDnsUpstreamQuery otPlatDnsUpstreamQuery; typedef 76 void otPlatDnsStartUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, const otMessa… 87 void otPlatDnsCancelUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn); 103 extern void otPlatDnsUpstreamQueryDone(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, otMessa…
|
/openthread-3.6.0/src/posix/platform/ |
D | resolver.hpp | 63 void Query(otPlatDnsUpstreamQuery *aTxn, const otMessage *aQuery); 71 void Cancel(otPlatDnsUpstreamQuery *aTxn); 99 otPlatDnsUpstreamQuery *mThreadTxn; 104 Transaction *GetTransaction(otPlatDnsUpstreamQuery *aThreadTxn); 105 Transaction *AllocateTransaction(otPlatDnsUpstreamQuery *aThreadTxn);
|
D | resolver.cpp | 114 void Resolver::Query(otPlatDnsUpstreamQuery *aTxn, const otMessage *aQuery) in Query() 150 void Resolver::Cancel(otPlatDnsUpstreamQuery *aTxn) in Cancel() 162 Resolver::Transaction *Resolver::AllocateTransaction(otPlatDnsUpstreamQuery *aThreadTxn) in AllocateTransaction() 234 Resolver::Transaction *Resolver::GetTransaction(otPlatDnsUpstreamQuery *aThreadTxn) in GetTransaction() 295 void otPlatDnsStartUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, const otMessa… in otPlatDnsStartUpstreamQuery() 302 void otPlatDnsCancelUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn) in otPlatDnsCancelUpstreamQuery()
|
/openthread-3.6.0/examples/platforms/simulation/ |
D | dns.c | 35 void otPlatDnsStartUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, const otMessa… in otPlatDnsStartUpstreamQuery() 42 void otPlatDnsCancelUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn) in otPlatDnsCancelUpstreamQuery()
|
/openthread-3.6.0/src/core/net/ |
D | dns_platform.cpp | 47 void otPlatDnsUpstreamQueryDone(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, otMessage *aRe… in otPlatDnsUpstreamQueryDone()
|
D | dnssd_server.hpp | 54 struct otPlatDnsUpstreamQuery struct 90 class UpstreamQueryTransaction : public otPlatDnsUpstreamQuery 453 DefineCoreType(otPlatDnsUpstreamQuery, Dns::ServiceDiscovery::Server::UpstreamQueryTransaction);
|
D | dnssd_server.cpp | 1302 void otPlatDnsStartUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, const otMessa… in otPlatDnsStartUpstreamQuery() 1309 void otPlatDnsCancelUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn) in otPlatDnsCancelUpstreamQuery()
|
/openthread-3.6.0/tests/unit/ |
D | test_platform.cpp | 647 void otPlatDnsStartUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, const otMessa… in otPlatDnsStartUpstreamQuery() 654 void otPlatDnsCancelUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn) in otPlatDnsCancelUpstreamQuery()
|