Searched defs:aTxn (Results 1 – 5 of 5) sorted by relevance
/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/posix/platform/ |
D | resolver.cpp | 121 void Resolver::Query(otPlatDnsUpstreamQuery *aTxn, const otMessage *aQuery) in Query() 157 void Resolver::Cancel(otPlatDnsUpstreamQuery *aTxn) in Cancel() 194 void Resolver::ForwardResponse(Transaction *aTxn) in ForwardResponse() 257 void Resolver::CloseTransaction(Transaction *aTxn) in CloseTransaction() 346 void otPlatDnsStartUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, const otMessa… in otPlatDnsStartUpstreamQuery() 353 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.cpp | 1440 void Server::ResetUpstreamQueryTransaction(UpstreamQueryTransaction &aTxn, Error aError) in ResetUpstreamQueryTransaction() 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()
|