Home
last modified time | relevance | path

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

/openthread-latest/src/core/coap/
Dcoap.hpp358 …typedef Error (*Interceptor)(const Message &aMessage, const Ip6::MessageInfo &aMessageInfo, void *… typedef in ot::Coap::CoapBase
720 …void SetInterceptor(Interceptor aInterceptor, void *aContext) { mInterceptor.Set(aInterceptor, aCo… in SetInterceptor()
880 Callback<Interceptor> mInterceptor;