Home
last modified time | relevance | path

Searched refs:Open (Results 1 – 24 of 24) sorted by relevance

/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_slot_management.data111 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
Dtest_suite_net.function22 /** Open a file on the given file descriptor.
/openthread-3.5.0/src/core/coap/
Dcoap_secure.cpp63 …SuccessOrExit(error = mDtls.Open(&CoapSecure::HandleDtlsReceive, &CoapSecure::HandleDtlsConnected,… in Start()
76 …SuccessOrExit(error = mDtls.Open(&CoapSecure::HandleDtlsReceive, &CoapSecure::HandleDtlsConnected,… in Start()
Dcoap.cpp1715 SuccessOrExit(error = mSocket.Open(&Coap::HandleUdpReceive, this)); in Start()
/openthread-3.5.0/src/core/net/
Dudp6.hpp203 Error Open(otUdpReceive aHandler, void *aContext);
483 Error Open(SocketHandle &aSocket, otUdpReceive aHandler, void *aContext);
Dudp6.cpp89 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
Dsntp_client.cpp64 SuccessOrExit(error = mSocket.Open(&Client::HandleUdpReceive, this)); in Start()
Ddhcp6_server.cpp141 IgnoreError(mSocket.Open(&Server::HandleUdpReceive, this)); in Start()
Ddhcp6_client.cpp173 IgnoreError(mSocket.Open(&Client::HandleUdpReceive, this)); in Start()
Ddnssd_server.cpp82 SuccessOrExit(error = mSocket.Open(&Server::HandleUdpReceive, this)); in Start()
Ddns_client.cpp776 SuccessOrExit(error = mSocket.Open(&Client::HandleUdpReceive, this)); in Start()
Dsrp_client.cpp289 SuccessOrExit(error = mSocket.Open(Client::HandleUdpReceive, this)); in Start()
Dsrp_server.cpp625 SuccessOrExit(error = mSocket.Open(HandleUdpReceive, this)); in PrepareSocket()
/openthread-3.5.0/src/core/api/
Dudp_api.cpp50 return AsCoreType(aInstance).Get<Ip6::Udp>().Open(AsCoreType(aSocket), aCallback, aContext); in otUdpOpen()
/openthread-3.5.0/src/core/meshcop/
Ddtls.hpp124 Error Open(ReceiveHandler aReceiveHandler, ConnectedHandler aConnectedHandler, void *aContext);
Ddtls.cpp137 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()
Djoiner_router.cpp84 IgnoreError(mSocket.Open(&JoinerRouter::HandleUdpReceive, this)); in Start()
/openthread-3.5.0/tools/harness-simulation/
DREADME.md13 1. Open the JSON format configuration file `tools/harness-simulation/posix/config.yml`:
/openthread-3.5.0/third_party/mbedtls/repo/docs/proposed/
Dpsa-conditional-inclusion-c.md198 ## Open questions
200 ### Open questions about the interface
218 ### Open questions about the design
230 ### Open questions about the implementation
Dpsa-driver-interface.md884 ## Open questions
/openthread-3.5.0/src/cli/
DREADME_TCP.md129 - fastopen: if "fast", TCP Fast Open is enabled for this connection; if "slow", it is not. Defaults…
/openthread-3.5.0/src/core/thread/
Dmle.cpp155 SuccessOrExit(error = mSocket.Open(&Mle::HandleUdpReceive, this)); in Enable()
/openthread-3.5.0/doc/
DDoxyfile.in89 PROJECT_LOGO = @abs_srcdir@/images/Open-Thread-Logo-200x42.png
/openthread-3.5.0/third_party/mbedtls/repo/
DChangeLog4454 thanks to Peking University and the OSU Open Source Lab