Home
last modified time | relevance | path

Searched refs:otPlatDnsUpstreamQuery (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/include/openthread/platform/
Ddns.h57 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/
Dresolver.hpp65 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);
Dresolver.cpp121 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/
Ddns.c35 void otPlatDnsStartUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, const otMessa… in otPlatDnsStartUpstreamQuery()
42 void otPlatDnsCancelUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn) in otPlatDnsCancelUpstreamQuery()
/openthread-latest/src/core/net/
Ddns_platform.cpp42 void otPlatDnsUpstreamQueryDone(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, otMessage *aRe… in otPlatDnsUpstreamQueryDone()
Ddnssd_server.hpp69 struct otPlatDnsUpstreamQuery struct
124 class UpstreamQueryTransaction : public otPlatDnsUpstreamQuery
602 DefineCoreType(otPlatDnsUpstreamQuery, Dns::ServiceDiscovery::Server::UpstreamQueryTransaction);
Ddnssd_server.cpp2266 void otPlatDnsStartUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, const otMessa… in otPlatDnsStartUpstreamQuery()
2273 void otPlatDnsCancelUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn) in otPlatDnsCancelUpstreamQuery()
/openthread-latest/tests/unit/
Dtest_platform.cpp703 void otPlatDnsStartUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, const otMessa… in otPlatDnsStartUpstreamQuery()
710 void otPlatDnsCancelUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn) in otPlatDnsCancelUpstreamQuery()