Home
last modified time | relevance | path

Searched refs:StopListening (Results 1 – 6 of 6) sorted by relevance

/openthread-3.7.0/src/core/api/
Dtcp_api.cpp120 otError otTcpStopListening(otTcpListener *aListener) { return AsCoreType(aListener).StopListening()… in otTcpStopListening()
/openthread-3.7.0/src/core/net/
Dtcp6.hpp484 Error StopListening(void);
Ddns_dso.hpp876 void StopListening(void);
Ddns_dso.cpp1438 void Dso::StopListening(void) { otPlatDsoEnableListening(&GetInstance(), false); } in StopListening() function in ot::Dns::Dso
Dtcp6.cpp578 Error Tcp::Listener::StopListening(void) in StopListening() function in ot::Ip6::Tcp::Listener
/openthread-3.7.0/tests/unit/
Dtest_dso.cpp653 instance.Get<Dso>().StopListening(); in TestDso()