Searched refs:RemoveFooter (Results 1 – 4 of 4) sorted by relevance
463 void RemoveFrom(Message &aMessage) const { aMessage.RemoveFooter(sizeof(DataType)); } in RemoveFrom()725 void RemoveFooter(uint16_t aLength);
530 void Message::RemoveFooter(uint16_t aLength) { IgnoreError(SetLength(GetLength() - Min(aLength, Get… in RemoveFooter() function in ot::Message
93 RemoveFooter(sizeof(uint8_t)); in Finish()
2327 aMessage.RemoveFooter(kMleSecurityTagSize); in ProcessMessageSecurity()2342 aMessage.RemoveFooter(kMleSecurityTagSize); in ProcessMessageSecurity()