Searched refs:otIp6NewMessage (Results 1 – 6 of 6) sorted by relevance
85 message = otIp6NewMessage(instance, &settings); in LLVMFuzzerTestOneInput()
400 otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings);
139 otMessage *otIp6NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp6NewMessage() function
292 msg = otIp6NewMessage(sInstance, nullptr); in TestMessageQueueOtApis()
1130 … message = isIp4 ? otIp4NewMessage(aInstance, &settings) : otIp6NewMessage(aInstance, &settings); in processTransmit()1132 message = otIp6NewMessage(aInstance, &settings); in processTransmit()
4407 message = otIp6NewMessage(mInstance, &msgSettings); in HandlePropertySet()