Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dicmp6.h130 typedef struct otIcmp6Handler struct
134 struct otIcmp6Handler *mNext; ///< A pointer to the next handler in the list. argument
135 } otIcmp6Handler; typedef
182 otError otIcmp6RegisterHandler(otInstance *aInstance, otIcmp6Handler *aHandler);
/openthread-3.6.0/src/core/net/
Dicmp6.hpp206 class Handler : public otIcmp6Handler, public LinkedListEntry<Handler>
365 DefineCoreType(otIcmp6Handler, Ip6::Icmp::Handler);
/openthread-3.6.0/src/core/api/
Dicmp6_api.cpp53 otError otIcmp6RegisterHandler(otInstance *aInstance, otIcmp6Handler *aHandler) in otIcmp6RegisterHandler()