Home
last modified time | relevance | path

Searched refs:PrepareAutoGeneratedPayload (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/cli/
Dcli_udp.hpp78 static otError PrepareAutoGeneratedPayload(otMessage &aMessage, uint16_t aPayloadLength);
Dcli_udp.cpp296 SuccessOrExit(error = PrepareAutoGeneratedPayload(*message, payloadLength)); in Process()
370 otError UdpExample::PrepareAutoGeneratedPayload(otMessage &aMessage, uint16_t aPayloadLength) in PrepareAutoGeneratedPayload() function in ot::Cli::UdpExample