Searched refs:StopListening (Results 1 – 6 of 6) sorted by relevance
120 otError otTcpStopListening(otTcpListener *aListener) { return AsCoreType(aListener).StopListening()… in otTcpStopListening()
484 Error StopListening(void);
876 void StopListening(void);
1438 void Dso::StopListening(void) { otPlatDsoEnableListening(&GetInstance(), false); } in StopListening() function in ot::Dns::Dso
578 Error Tcp::Listener::StopListening(void) in StopListening() function in ot::Ip6::Tcp::Listener
653 instance.Get<Dso>().StopListening(); in TestDso()