Home
last modified time | relevance | path

Searched refs:HandleDiscoveryRequest (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/cli/
Dcli.hpp304 static void HandleDiscoveryRequest(const otThreadDiscoveryRequestInfo *aInfo, void *aContext);
305 void HandleDiscoveryRequest(const otThreadDiscoveryRequestInfo &aInfo);
Dcli.cpp2761 callback = &Interpreter::HandleDiscoveryRequest; in Process()
7801 void Interpreter::HandleDiscoveryRequest(const otThreadDiscoveryRequestInfo *aInfo, void *aContext) in HandleDiscoveryRequest() function in ot::Cli::Interpreter
7803 static_cast<Interpreter *>(aContext)->HandleDiscoveryRequest(*aInfo); in HandleDiscoveryRequest()
7806 void Interpreter::HandleDiscoveryRequest(const otThreadDiscoveryRequestInfo &aInfo) in HandleDiscoveryRequest() function in ot::Cli::Interpreter
/openthread-latest/src/core/thread/
Dmle_router.hpp616 void HandleDiscoveryRequest(RxInfo &aRxInfo);
Dmle_router.cpp2724 void MleRouter::HandleDiscoveryRequest(RxInfo &aRxInfo) in HandleDiscoveryRequest() function in ot::Mle::MleRouter
Dmle.cpp2381 Get<MleRouter>().HandleDiscoveryRequest(rxInfo); in HandleUdpReceive()