Searched refs:otIp4NewMessage (Results 1 – 3 of 3) sorted by relevance
315 otMessage *otIp4NewMessage(otInstance *aInstance, const otMessageSettings *aSettings);
61 otMessage *otIp4NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp4NewMessage() function
1162 … message = isIp4 ? otIp4NewMessage(aInstance, &settings) : otIp6NewMessage(aInstance, &settings); in processTransmit()