Searched refs:otIp6NewMessage (Results 1 – 8 of 8) sorted by relevance
| /openthread-latest/tests/fuzz/ |
| D | ip6_send.cpp | 85 message = otIp6NewMessage(instance, &settings); in LLVMFuzzerTestOneInput()
|
| /openthread-latest/examples/platforms/simulation/ |
| D | mdns_socket.c | 407 message = otIp6NewMessage(aInstance, NULL); in platformMdnsSocketProcess() 433 message = otIp6NewMessage(aInstance, NULL); in platformMdnsSocketProcess() 473 OT_TOOL_WEAK otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp6NewMessage() function
|
| /openthread-latest/include/openthread/ |
| D | ip6.h | 370 otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings);
|
| /openthread-latest/src/core/api/ |
| D | ip6_api.cpp | 133 otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp6NewMessage() function
|
| /openthread-latest/tests/unit/ |
| D | test_message_queue.cpp | 294 msg = otIp6NewMessage(sInstance, nullptr); in TestMessageQueueOtApis()
|
| /openthread-latest/src/posix/platform/ |
| D | mdns_socket.cpp | 472 message = otIp6NewMessage(mInstance, nullptr); in ReceiveMessage()
|
| D | netif.cpp | 1240 … message = isIp4 ? otIp4NewMessage(aInstance, &settings) : otIp6NewMessage(aInstance, &settings); in processTransmit() 1242 message = otIp6NewMessage(aInstance, &settings); in processTransmit()
|
| /openthread-latest/src/ncp/ |
| D | ncp_base_mtd.cpp | 4510 message = otIp6NewMessage(mInstance, &msgSettings); in HandlePropertySet()
|