Searched refs:otIp6SetReceiveCallback (Results 1 – 5 of 5) sorted by relevance
/openthread-3.6.0/include/openthread/ |
D | ip6.h | 470 void otIp6SetReceiveCallback(otInstance *aInstance, otIp6ReceiveCallback aCallback, void *aCallback…
|
/openthread-3.6.0/src/core/api/ |
D | ip6_api.cpp | 118 void otIp6SetReceiveCallback(otInstance *aInstance, otIp6ReceiveCallback aCallback, void *aCallback… in otIp6SetReceiveCallback() function
|
/openthread-3.6.0/src/posix/platform/ |
D | netif.cpp | 2171 otIp6SetReceiveCallback(gInstance, processReceive, gInstance);
|
/openthread-3.6.0/src/ncp/ |
D | ncp_base.cpp | 335 otIp6SetReceiveCallback(mInstance, &NcpBase::HandleDatagramFromStack, this); in NcpBase()
|
/openthread-3.6.0/src/cli/ |
D | cli.cpp | 164 otIp6SetReceiveCallback(GetInstancePtr(), &Interpreter::HandleIp6Receive, this); in Interpreter()
|