Searched refs:otPlatDnsUpstreamQuery (Results 1 – 8 of 8) sorted by relevance
/openthread-latest/include/openthread/platform/ |
D | dns.h | 57 typedef struct otPlatDnsUpstreamQuery otPlatDnsUpstreamQuery; typedef 72 void otPlatDnsStartUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, const otMessa… 82 void otPlatDnsCancelUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn); 97 extern void otPlatDnsUpstreamQueryDone(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, otMessa…
|
/openthread-latest/src/posix/platform/ |
D | resolver.hpp | 65 void Query(otPlatDnsUpstreamQuery *aTxn, const otMessage *aQuery); 72 void Cancel(otPlatDnsUpstreamQuery *aTxn); 110 otPlatDnsUpstreamQuery *mThreadTxn; 117 Transaction *GetTransaction(otPlatDnsUpstreamQuery *aThreadTxn); 118 Transaction *AllocateTransaction(otPlatDnsUpstreamQuery *aThreadTxn);
|
D | resolver.cpp | 121 void Resolver::Query(otPlatDnsUpstreamQuery *aTxn, const otMessage *aQuery) in Query() 157 void Resolver::Cancel(otPlatDnsUpstreamQuery *aTxn) in Cancel() 169 Resolver::Transaction *Resolver::AllocateTransaction(otPlatDnsUpstreamQuery *aThreadTxn) in AllocateTransaction() 241 Resolver::Transaction *Resolver::GetTransaction(otPlatDnsUpstreamQuery *aThreadTxn) in GetTransaction() 346 void otPlatDnsStartUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, const otMessa… in otPlatDnsStartUpstreamQuery() 353 void otPlatDnsCancelUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn) in otPlatDnsCancelUpstreamQuery()
|
/openthread-latest/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-latest/src/core/net/ |
D | dns_platform.cpp | 42 void otPlatDnsUpstreamQueryDone(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, otMessage *aRe… in otPlatDnsUpstreamQueryDone()
|
D | dnssd_server.hpp | 69 struct otPlatDnsUpstreamQuery struct 124 class UpstreamQueryTransaction : public otPlatDnsUpstreamQuery 602 DefineCoreType(otPlatDnsUpstreamQuery, Dns::ServiceDiscovery::Server::UpstreamQueryTransaction);
|
D | dnssd_server.cpp | 2266 void otPlatDnsStartUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, const otMessa… in otPlatDnsStartUpstreamQuery() 2273 void otPlatDnsCancelUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn) in otPlatDnsCancelUpstreamQuery()
|
/openthread-latest/tests/unit/ |
D | test_platform.cpp | 703 void otPlatDnsStartUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, const otMessa… in otPlatDnsStartUpstreamQuery() 710 void otPlatDnsCancelUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn) in otPlatDnsCancelUpstreamQuery()
|