Home
last modified time | relevance | path

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

/openthread-3.4.0/include/openthread/
Dicmp6.h129 typedef struct otIcmp6Handler struct
133 struct otIcmp6Handler *mNext; ///< A pointer to the next handler in the list. argument
134 } otIcmp6Handler; typedef
181 otError otIcmp6RegisterHandler(otInstance *aInstance, otIcmp6Handler *aHandler);
/openthread-3.4.0/src/core/net/
Dicmp6.hpp208 class Handler : public otIcmp6Handler, public LinkedListEntry<Handler>
367 DefineCoreType(otIcmp6Handler, Ip6::Icmp::Handler);
/openthread-3.4.0/src/core/api/
Dicmp6_api.cpp53 otError otIcmp6RegisterHandler(otInstance *aInstance, otIcmp6Handler *aHandler) in otIcmp6RegisterHandler()