Searched refs:kTypePad1 (Results 1 – 2 of 2) sorted by relevance
81 if (mType == kTypePad1) in ParseFrom()97 return (mType == kTypePad1) ? sizeof(mType) : static_cast<uint16_t>(mLength) + sizeof(Option); in GetSize()111 SetType(kTypePad1); in InitForPadSize()
486 bool IsPadding(void) const { return (mType == kTypePad1) || (mType == kTypePadN); } in IsPadding()533 static constexpr uint8_t kTypePad1 = 0x00; ///< Pad1 Option Type. member in ot::Ip6::Option