Home
last modified time | relevance | path

Searched defs:Context (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/thread/
Dlowpan.hpp73 struct Context : public Clearable<Context> struct
75 Ip6::Prefix mPrefix; ///< The Prefix
76 uint8_t mContextId; ///< The Context ID.
77 bool mCompressFlag; ///< The Context compression flag.
78 bool mIsValid; ///< Indicates whether the context is valid.
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dpsa-legacy-bridges.md18 ### Context subsection
/openthread-latest/tests/scripts/thread-cert/
Dlowpan.py317 class Context: class