Home
last modified time | relevance | path

Searched refs:otIp6NewMessage (Results 1 – 6 of 6) sorted by relevance

/openthread-3.5.0/tests/fuzz/
Dip6_send.cpp85 message = otIp6NewMessage(instance, &settings); in LLVMFuzzerTestOneInput()
/openthread-3.5.0/include/openthread/
Dip6.h400 otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings);
/openthread-3.5.0/src/core/api/
Dip6_api.cpp139 otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp6NewMessage() function
/openthread-3.5.0/tests/unit/
Dtest_message_queue.cpp292 msg = otIp6NewMessage(sInstance, nullptr); in TestMessageQueueOtApis()
/openthread-3.5.0/src/posix/platform/
Dnetif.cpp1130 … message = isIp4 ? otIp4NewMessage(aInstance, &settings) : otIp6NewMessage(aInstance, &settings); in processTransmit()
1132 message = otIp6NewMessage(aInstance, &settings); in processTransmit()
/openthread-3.5.0/src/ncp/
Dncp_base_mtd.cpp4407 message = otIp6NewMessage(mInstance, &msgSettings); in HandlePropertySet()