Home
last modified time | relevance | path

Searched refs:kTypePad1 (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dip6_headers.cpp81 if (mType == kTypePad1) in ParseFrom()
96 return (mType == kTypePad1) ? sizeof(mType) : static_cast<uint16_t>(mLength) + sizeof(Option); in GetSize()
110 SetType(kTypePad1); in InitForPadSize()
Dip6_headers.hpp444 bool IsPadding(void) const { return (mType == kTypePad1) || (mType == kTypePadN); } in IsPadding()
486 static constexpr uint8_t kTypePad1 = 0x00; ///< Pad1 Option Type. member in ot::Ip6::Option