Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/posix/platform/
H A 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()
/aosp_15_r20/external/openthread/src/core/radio/
H A Dtrel_packet.cpp113 void Packet::Init(Header::Type aType, uint8_t *aPayload, uint16_t aPayloadLength) in Init()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_lowpan.hpp220 void SetPayload(const uint8_t *aPayload, uint16_t aLength) in SetPayload()