Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dip6_headers.cpp114 SetType(kTypePadN); in InitForPadSize()
Dip6_headers.hpp444 bool IsPadding(void) const { return (mType == kTypePad1) || (mType == kTypePadN); } in IsPadding()
487 static constexpr uint8_t kTypePadN = 0x01; ///< PanN Option Type. member in ot::Ip6::Option