Home
last modified time | relevance | path

Searched defs:GetTotalLength (Results 1 – 4 of 4) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dhttp_encoder.cc28 QuicByteCount GetTotalLength(QuicByteCount payload_length, HttpFrameType type) { in GetTotalLength() function
/external/openthread/src/core/net/
Dip6_mpl.hpp87 uint8_t GetTotalLength(void) const { return OptionHeader::GetLength() + sizeof(OptionHeader); } in GetTotalLength() function in ot::Ip6::OptionMpl
Dip6_headers.hpp536 uint8_t GetTotalLength(void) const { return GetLength() + sizeof(OptionHeader); } in GetTotalLength() function in ot::Ip6::OptionPadN
Dip4_types.hpp341 uint16_t GetTotalLength(void) const { return HostSwap16(mTotalLength); } in GetTotalLength() function in ot::Ip4::Header