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() 325 void otPlatDnsStartUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, const otMessa… in otPlatDnsStartUpstreamQuery() 332 void otPlatDnsCancelUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn) in otPlatDnsCancelUpstreamQuery()
|
/openthread-latest/src/core/net/ |
D | dns_platform.cpp | 47 void otPlatDnsUpstreamQueryDone(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, otMessage *aRe… in otPlatDnsUpstreamQueryDone()
|
D | dnssd_server.cpp | 1459 void Server::ResetUpstreamQueryTransaction(UpstreamQueryTransaction &aTxn, Error aError) in ResetUpstreamQueryTransaction() 2285 void otPlatDnsStartUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, const otMessa… in otPlatDnsStartUpstreamQuery() 2292 void otPlatDnsCancelUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn) in otPlatDnsCancelUpstreamQuery()
|
/openthread-latest/tests/unit/ |
D | test_platform.cpp | 701 void otPlatDnsStartUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn, const otMessa… in otPlatDnsStartUpstreamQuery() 708 void otPlatDnsCancelUpstreamQuery(otInstance *aInstance, otPlatDnsUpstreamQuery *aTxn) in otPlatDnsCancelUpstreamQuery()
|