Home
last modified time | relevance | path

Searched refs:Context (Results 1 – 25 of 25) sorted by relevance

/openthread-latest/src/core/thread/
Dlowpan.hpp73 struct Context : public Clearable<Context> struct
253 void FindContextForId(uint8_t aContextId, Context &aContext) const;
254 void FindContextToCompressAddress(const Ip6::Address &aIp6Address, Context &aContext) const;
263 const Context &aContext,
268 const Context &aContext,
278 …static Error ComputeIid(const Mac::Address &aMacAddr, const Context &aContext, Ip6::InterfaceIdent…
Dlowpan.cpp46 void Lowpan::FindContextForId(uint8_t aContextId, Context &aContext) const in FindContextForId()
54 void Lowpan::FindContextToCompressAddress(const Ip6::Address &aIp6Address, Context &aContext) const in FindContextToCompressAddress()
64 Error Lowpan::ComputeIid(const Mac::Address &aMacAddr, const Context &aContext, Ip6::InterfaceIdent… in ComputeIid()
90 const Context &aContext, in CompressSourceIid()
119 const Context &aContext, in CompressDestinationIid()
149 Context multicastContext; in CompressMulticast()
238 Context srcContext, dstContext; in Compress()
601 Context srcContext; in DecompressBaseHeader()
602 Context dstContext; in DecompressBaseHeader()
Dnetwork_data_leader.hpp118 Error GetContext(const Ip6::Address &aAddress, Lowpan::Context &aContext) const;
129 Error GetContext(uint8_t aContextId, Lowpan::Context &aContext) const;
450 void GetContextForMeshLocalPrefix(Lowpan::Context &aContext) const;
Dnetwork_data_leader.cpp160 Error Leader::GetContext(const Ip6::Address &aAddress, Lowpan::Context &aContext) const in GetContext()
212 Error Leader::GetContext(uint8_t aContextId, Lowpan::Context &aContext) const in GetContext()
237 void Leader::GetContextForMeshLocalPrefix(Lowpan::Context &aContext) const in GetContextForMeshLocalPrefix()
Dnetwork_diagnostic.hpp276 void *Context);
Ddua_manager.cpp299 Lowpan::Context context; in HandleNotifierEvents()
Dmle.cpp4962 Lowpan::Context context; in AppendAddressRegistrationTlv()
5251 Lowpan::Context context; in AppendAddressRegistrationTlv()
Dmle_router.cpp1927 Lowpan::Context context; in ProcessAddressRegistrationTlv()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_net.data1 Context init-free-free
4 Context init-free-init-free
Dtest_suite_ecdh.data104 Context get ECP Group #1
108 Context get ECP Group #2
112 Context get ECP Group #3
116 Context get ECP Group #4
/openthread-latest/third_party/mbedtls/repo/tests/data_files/base64/
Dv2.19.1.txt1 // Context creaded by MbedTLS v.2.19.1
Ddef_b64_too_big_2.txt1 // Context with added '1234' in the middle of code to simulate too much data
Ddef_b64_too_big_1.txt1 // Context with added '1234' at the beginning to simulate too much data in the base64 code
Ddef_b64_too_big_3.txt1 // Context with added '1234' before '==' add the end to simulate too much data in the base64 code
Ddef_bad_b64.txt1 // Context with added extra 'A' before '==' add the end to simulate bad length of base64 code
/openthread-latest/tests/unit/
Dtest_lowpan.hpp257 Lowpan::Context mSrcContext;
258 Lowpan::Context mDstContext;
/openthread-latest/tests/scripts/thread-cert/
Dtest_lowpan.py196 return lowpan.Context(prefix, prefix_length * 8)
287 context_manager[0] = lowpan.Context(prefix="fd00:db8::/64")
457 context_manager[10] = lowpan.Context(prefix="2000:0db8::/64")
487 context_manager[10] = lowpan.Context(prefix="2000:0db8::/64")
517 context_manager[10] = lowpan.Context(prefix="2000:0db8::/64")
547 context_manager[10] = lowpan.Context(prefix="2000:0db8::/64")
577 context_manager[10] = lowpan.Context(prefix="2000:0db8::/64")
605 context_manager[10] = lowpan.Context(prefix="2000:0db8::/64")
606 context_manager[12] = lowpan.Context(prefix="200d:1456:1255:0000:2514:46ff:fedd:2afe/128")
636 context_manager[12] = lowpan.Context(prefix="200d:1456:1255:0000:2514:46ff:fedd:2afe/128")
[all …]
Dlowpan.py317 class Context: class
369 if not isinstance(value, Context):
746 self._context_manager[cid] = Context(prefix)
Dconfig.py541 context_manager[0] = lowpan.Context(MESH_LOCAL_PREFIX)
/openthread-latest/src/core/net/
Dnd_agent.cpp49 Lowpan::Context lowpanContext; in UpdateService()
Ddhcp6_server.hpp171 void AddPrefixAgent(const Ip6::Prefix &aIp6Prefix, const Lowpan::Context &aContext);
Ddhcp6_server.cpp60 Lowpan::Context lowpanContext; in UpdateService()
142 void Server::AddPrefixAgent(const Ip6::Prefix &aIp6Prefix, const Lowpan::Context &aContext) in AddPrefixAgent()
/openthread-latest/src/core/utils/
Dslaac_address.cpp367 Lowpan::Context context; in UpdateContextIdFor()
/openthread-latest/src/cli/
DREADME_NETDATA.md379 6LoWPAN Context IDs are listed under `Contexts` header:
382 - Context ID
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dpsa-legacy-bridges.md18 ### Context subsection