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