Home
last modified time | relevance | path

Searched defs:aPayload (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/radio/
Dtrel_packet.cpp110 void Packet::Init(Header::Type aType, uint8_t *aPayload, uint16_t aPayloadLength) in Init()
/openthread-latest/src/posix/platform/
Dudp.cpp72 otError transmitPacket(int aFd, uint8_t *aPayload, uint16_t aLength, const otMessageInfo &aMessageI… in transmitPacket()
163 otError receivePacket(int aFd, uint8_t *aPayload, uint16_t &aLength, otMessageInfo &aMessageInfo) in receivePacket()
/openthread-latest/tests/unit/
Dtest_lowpan.hpp207 void SetPayload(const uint8_t *aPayload, uint16_t aLength) in SetPayload()