| /openthread-latest/tests/nexus/ |
| D | test_dtls.cpp | 308 dtls1.Close(); in TestDtlsSingleSession() 409 dtls0.Close(); in TestDtlsSingleSession() 410 dtls1.Close(); in TestDtlsSingleSession() 411 dtls2.Close(); in TestDtlsSingleSession() 468 dtls0.Close(); in TestDtlsSingleSession() 469 dtls1.Close(); in TestDtlsSingleSession() 470 dtls2.Close(); in TestDtlsSingleSession()
|
| D | test_border_agent.cpp | 93 node1.Get<Tmf::SecureAgent>().Close(); in TestBorderAgent() 262 node1.Get<Tmf::SecureAgent>().Close(); in TestBorderAgentEphemeralKey()
|
| /openthread-latest/src/core/net/ |
| D | udp6.cpp | 104 Error Udp::Socket::Close(void) { return Get<Udp>().Close(*this); } in Close() function in ot::Ip6::Udp::Socket 157 Error Udp::Plat::Close(SocketHandle &aSocket) in Close() function in ot::Ip6::Udp::Plat 295 Error Udp::Close(SocketHandle &aSocket) in Close() function in ot::Ip6::Udp 302 SuccessOrExit(error = Plat::Close(aSocket)); in Close()
|
| D | udp6.hpp | 296 Error Close(void); 547 Error Close(SocketHandle &aSocket); 665 static Error Close(SocketHandle &aSocket);
|
| D | sntp_client.cpp | 74 return mSocket.Close(); in Stop()
|
| D | dhcp6_server.cpp | 140 void Server::Stop(void) { IgnoreError(mSocket.Close()); } in Stop()
|
| D | dhcp6_client.cpp | 177 IgnoreError(mSocket.Close()); in Stop()
|
| D | srp_server.cpp | 655 IgnoreError(mSocket.Close()); in PrepareSocket() 668 IgnoreError(mSocket.Close()); in PrepareSocket() 747 IgnoreError(mSocket.Close()); in Stop()
|
| D | dnssd_server.cpp | 90 IgnoreError(mSocket.Close()); in Start() 119 IgnoreError(mSocket.Close()); in Stop()
|
| D | srp_client.cpp | 411 IgnoreError(mSocket.Close()); in Start() 467 IgnoreError(mSocket.Close()); in Stop()
|
| D | dns_client.cpp | 783 IgnoreError(mSocket.Close()); in Stop()
|
| /openthread-latest/src/core/api/ |
| D | udp_api.cpp | 57 return AsCoreType(aInstance).Get<Ip6::Udp>().Close(AsCoreType(aSocket)); in otUdpClose()
|
| D | coap_secure_api.cpp | 145 …CoapSecureStop(otInstance *aInstance) { AsCoreType(aInstance).GetApplicationCoapSecure().Close(); } in otCoapSecureStop()
|
| /openthread-latest/tools/tcat_ble_client/ |
| D | README.md | 79 - `exit` - Close the connection and exit.
|
| /openthread-latest/src/core/meshcop/ |
| D | secure_transport.cpp | 767 void SecureTransport::Close(void) in Close() function in ot::MeshCoP::SecureTransport 791 IgnoreError(mSocket.Close()); in Close() 989 Close(); in HandleUpdateTask()
|
| D | joiner_router.cpp | 83 IgnoreError(mSocket.Close()); in Start()
|
| D | secure_transport.hpp | 664 void Close(void);
|
| D | commissioner.cpp | 288 Get<Tmf::SecureAgent>().Close(); in Start() 303 Get<Tmf::SecureAgent>().Close(); in Stop()
|
| D | joiner.cpp | 206 Get<Tmf::SecureAgent>().Close(); in Finish()
|
| D | border_agent.cpp | 164 mDtlsTransport.Close(); in Stop()
|
| /openthread-latest/third_party/mbedtls/repo/tests/suites/ |
| D | test_suite_psa_crypto_slot_management.function | 8 /**< Close key(s) */ 20 /**< Close key(s) then terminate and re-initialize */ 247 /* Close the key and then open it. */
|
| /openthread-latest/src/core/radio/ |
| D | ble_secure.cpp | 122 mTls.Close(); in Stop()
|
| /openthread-latest/src/core/coap/ |
| D | coap.cpp | 1688 IgnoreError(mSocket.Close()); in Start() 1700 SuccessOrExit(error = mSocket.Close()); in Stop()
|
| /openthread-latest/tests/unit/ |
| D | test_srp_server.cpp | 1196 SuccessOrQuit(udpSocket.Close()); in TestSrpClientDelayedResponse()
|
| /openthread-latest/src/core/thread/ |
| D | mle.cpp | 151 SuccessOrExit(error = mSocket.Close()); in Disable()
|