Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dip6.hpp161 …Message *NewMessageFromData(const uint8_t *aData, uint16_t aDataLength, const Message::Settings &a…
Dip6.cpp79 Message *Ip6::NewMessageFromData(const uint8_t *aData, uint16_t aDataLength, const Message::Setting… in NewMessageFromData() function in ot::Ip6::Ip6
/openthread-latest/src/core/api/
Dip6_api.cpp143 return AsCoreType(aInstance).Get<Ip6::Ip6>().NewMessageFromData(aData, aDataLength, in otIp6NewMessageFromBuffer()