Home
last modified time | relevance | path

Searched refs:RemoveFooter (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/common/
Dmessage.hpp463 void RemoveFrom(Message &aMessage) const { aMessage.RemoveFooter(sizeof(DataType)); } in RemoveFrom()
725 void RemoveFooter(uint16_t aLength);
Dmessage.cpp530 void Message::RemoveFooter(uint16_t aLength) { IgnoreError(SetLength(GetLength() - Min(aLength, Get… in RemoveFooter() function in ot::Message
/openthread-latest/src/core/coap/
Dcoap_message.cpp93 RemoveFooter(sizeof(uint8_t)); in Finish()
/openthread-latest/src/core/thread/
Dmle.cpp2327 aMessage.RemoveFooter(kMleSecurityTagSize); in ProcessMessageSecurity()
2342 aMessage.RemoveFooter(kMleSecurityTagSize); in ProcessMessageSecurity()