Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dlowpan.hpp420 static constexpr uint8_t kDestShort = 1 << 4; member in ot::Lowpan::MeshHeader
Dlowpan.cpp1105 …Exit((dispatch & (kDispatchMask | kSourceShort | kDestShort)) == (kDispatch | kSourceShort | kDest… in ParseFrom()
1162 uint8_t dispatch = (kDispatch | kSourceShort | kDestShort); in AppendTo()