Home
last modified time | relevance | path

Searched refs:Close (Results 1 – 19 of 19) sorted by relevance

/openthread-3.5.0/src/core/net/
Dudp6.hpp285 Error Close(void);
530 Error Close(SocketHandle &aSocket);
Dudp6.cpp107 Error Udp::Socket::Close(void) { return Get<Udp>().Close(*this); } in Close() function in ot::Ip6::Udp::Socket
296 Error Udp::Close(SocketHandle &aSocket) in Close() function in ot::Ip6::Udp
Dsntp_client.cpp81 return mSocket.Close(); in Stop()
Ddhcp6_server.cpp148 void Server::Stop(void) { IgnoreError(mSocket.Close()); } in Stop()
Ddnssd_server.cpp94 IgnoreError(mSocket.Close()); in Start()
119 IgnoreError(mSocket.Close()); in Stop()
Ddhcp6_client.cpp185 IgnoreError(mSocket.Close()); in Stop()
Dsrp_server.cpp619 IgnoreError(mSocket.Close()); in PrepareSocket()
708 IgnoreError(mSocket.Close()); in Stop()
Ddns_client.cpp792 IgnoreError(mSocket.Close()); in Stop()
Dsrp_client.cpp344 IgnoreError(mSocket.Close()); in Stop()
/openthread-3.5.0/src/core/api/
Dudp_api.cpp60 return AsCoreType(aInstance).Get<Ip6::Udp>().Close(AsCoreType(aSocket)); in otUdpClose()
/openthread-3.5.0/src/core/meshcop/
Ddtls.hpp202 void Close(void);
Ddtls.cpp431 void Dtls::Close(void) in Close() function in ot::MeshCoP::Dtls
439 IgnoreError(mSocket.Close()); in Close()
Djoiner_router.cpp95 IgnoreError(mSocket.Close()); in Start()
/openthread-3.5.0/src/core/coap/
Dcoap_secure.cpp85 mDtls.Close(); in Stop()
Dcoap.cpp1723 IgnoreError(mSocket.Close()); in Start()
1735 SuccessOrExit(error = mSocket.Close()); in Stop()
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_slot_management.function9 /**< Close key(s) */
21 /**< Close key(s) then terminate and re-initialize */
251 /* Close the key and then open it. */
Dtest_suite_ssl.function616 * Close a given message socket context, along with the socket itself. Free the
/openthread-3.5.0/src/core/thread/
Dmle.cpp176 SuccessOrExit(error = mSocket.Close()); in Disable()
/openthread-3.5.0/third_party/mbedtls/repo/
DChangeLog1535 * Close a test gap in (D)TLS between the client side and the server side: