Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dip6.h470 void otIp6SetReceiveCallback(otInstance *aInstance, otIp6ReceiveCallback aCallback, void *aCallback…
/openthread-3.6.0/src/core/api/
Dip6_api.cpp118 void otIp6SetReceiveCallback(otInstance *aInstance, otIp6ReceiveCallback aCallback, void *aCallback… in otIp6SetReceiveCallback() function
/openthread-3.6.0/src/posix/platform/
Dnetif.cpp2171 otIp6SetReceiveCallback(gInstance, processReceive, gInstance);
/openthread-3.6.0/src/ncp/
Dncp_base.cpp335 otIp6SetReceiveCallback(mInstance, &NcpBase::HandleDatagramFromStack, this); in NcpBase()
/openthread-3.6.0/src/cli/
Dcli.cpp164 otIp6SetReceiveCallback(GetInstancePtr(), &Interpreter::HandleIp6Receive, this); in Interpreter()