Home
last modified time | relevance | path

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

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