Home
last modified time | relevance | path

Searched refs:otIp4NewMessage (Results 1 – 3 of 3) sorted by relevance

/openthread-3.6.0/include/openthread/
Dnat64.h315 otMessage *otIp4NewMessage(otInstance *aInstance, const otMessageSettings *aSettings);
/openthread-3.6.0/src/core/api/
Dnat64_api.cpp61 otMessage *otIp4NewMessage(otInstance *aInstance, const otMessageSettings *aSettings) in otIp4NewMessage() function
/openthread-3.6.0/src/posix/platform/
Dnetif.cpp1162 … message = isIp4 ? otIp4NewMessage(aInstance, &settings) : otIp6NewMessage(aInstance, &settings); in processTransmit()