/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_slot_management.data | 111 Open failure: invalid identifier (0) 115 Open failure: invalid identifier (random seed UID) 119 Open failure: invalid identifier (reserved range) 123 Open failure: invalid identifier (implementation range) 127 Open failure: non-existent identifier 162 Open not supported 217 Open many transient keys
|
D | test_suite_net.function | 22 /** Open a file on the given file descriptor.
|
/openthread-3.5.0/src/core/coap/ |
D | coap_secure.cpp | 63 …SuccessOrExit(error = mDtls.Open(&CoapSecure::HandleDtlsReceive, &CoapSecure::HandleDtlsConnected,… in Start() 76 …SuccessOrExit(error = mDtls.Open(&CoapSecure::HandleDtlsReceive, &CoapSecure::HandleDtlsConnected,… in Start()
|
D | coap.cpp | 1715 SuccessOrExit(error = mSocket.Open(&Coap::HandleUdpReceive, this)); in Start()
|
/openthread-3.5.0/src/core/net/ |
D | udp6.hpp | 203 Error Open(otUdpReceive aHandler, void *aContext); 483 Error Open(SocketHandle &aSocket, otUdpReceive aHandler, void *aContext);
|
D | udp6.cpp | 89 Error Udp::Socket::Open(otUdpReceive aHandler, void *aContext) { return Get<Udp>().Open(*this, aHan… in Open() function in ot::Ip6::Udp::Socket 172 Error Udp::Open(SocketHandle &aSocket, otUdpReceive aHandler, void *aContext) in Open() function in ot::Ip6::Udp
|
D | sntp_client.cpp | 64 SuccessOrExit(error = mSocket.Open(&Client::HandleUdpReceive, this)); in Start()
|
D | dhcp6_server.cpp | 141 IgnoreError(mSocket.Open(&Server::HandleUdpReceive, this)); in Start()
|
D | dhcp6_client.cpp | 173 IgnoreError(mSocket.Open(&Client::HandleUdpReceive, this)); in Start()
|
D | dnssd_server.cpp | 82 SuccessOrExit(error = mSocket.Open(&Server::HandleUdpReceive, this)); in Start()
|
D | dns_client.cpp | 776 SuccessOrExit(error = mSocket.Open(&Client::HandleUdpReceive, this)); in Start()
|
D | srp_client.cpp | 289 SuccessOrExit(error = mSocket.Open(Client::HandleUdpReceive, this)); in Start()
|
D | srp_server.cpp | 625 SuccessOrExit(error = mSocket.Open(HandleUdpReceive, this)); in PrepareSocket()
|
/openthread-3.5.0/src/core/api/ |
D | udp_api.cpp | 50 return AsCoreType(aInstance).Get<Ip6::Udp>().Open(AsCoreType(aSocket), aCallback, aContext); in otUdpOpen()
|
/openthread-3.5.0/src/core/meshcop/ |
D | dtls.hpp | 124 Error Open(ReceiveHandler aReceiveHandler, ConnectedHandler aConnectedHandler, void *aContext);
|
D | dtls.cpp | 137 Error Dtls::Open(ReceiveHandler aReceiveHandler, ConnectedHandler aConnectedHandler, void *aContext) in Open() function in ot::MeshCoP::Dtls 143 SuccessOrExit(error = mSocket.Open(&Dtls::HandleUdpReceive, this)); in Open()
|
D | joiner_router.cpp | 84 IgnoreError(mSocket.Open(&JoinerRouter::HandleUdpReceive, this)); in Start()
|
/openthread-3.5.0/tools/harness-simulation/ |
D | README.md | 13 1. Open the JSON format configuration file `tools/harness-simulation/posix/config.yml`:
|
/openthread-3.5.0/third_party/mbedtls/repo/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 198 ## Open questions 200 ### Open questions about the interface 218 ### Open questions about the design 230 ### Open questions about the implementation
|
D | psa-driver-interface.md | 884 ## Open questions
|
/openthread-3.5.0/src/cli/ |
D | README_TCP.md | 129 - fastopen: if "fast", TCP Fast Open is enabled for this connection; if "slow", it is not. Defaults…
|
/openthread-3.5.0/src/core/thread/ |
D | mle.cpp | 155 SuccessOrExit(error = mSocket.Open(&Mle::HandleUdpReceive, this)); in Enable()
|
/openthread-3.5.0/doc/ |
D | Doxyfile.in | 89 PROJECT_LOGO = @abs_srcdir@/images/Open-Thread-Logo-200x42.png
|
/openthread-3.5.0/third_party/mbedtls/repo/ |
D | ChangeLog | 4454 thanks to Peking University and the OSU Open Source Lab
|