| /openthread-latest/src/core/thread/ |
| D | lowpan.hpp | 73 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…
|
| D | lowpan.cpp | 46 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()
|
| D | network_data_leader.hpp | 118 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;
|
| D | network_data_leader.cpp | 160 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()
|
| D | network_diagnostic.hpp | 276 void *Context);
|
| D | dua_manager.cpp | 299 Lowpan::Context context; in HandleNotifierEvents()
|
| D | mle.cpp | 4962 Lowpan::Context context; in AppendAddressRegistrationTlv() 5251 Lowpan::Context context; in AppendAddressRegistrationTlv()
|
| D | mle_router.cpp | 1927 Lowpan::Context context; in ProcessAddressRegistrationTlv()
|
| /openthread-latest/third_party/mbedtls/repo/tests/suites/ |
| D | test_suite_net.data | 1 Context init-free-free 4 Context init-free-init-free
|
| D | test_suite_ecdh.data | 104 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/ |
| D | v2.19.1.txt | 1 // Context creaded by MbedTLS v.2.19.1
|
| D | def_b64_too_big_2.txt | 1 // Context with added '1234' in the middle of code to simulate too much data
|
| D | def_b64_too_big_1.txt | 1 // Context with added '1234' at the beginning to simulate too much data in the base64 code
|
| D | def_b64_too_big_3.txt | 1 // Context with added '1234' before '==' add the end to simulate too much data in the base64 code
|
| D | def_bad_b64.txt | 1 // Context with added extra 'A' before '==' add the end to simulate bad length of base64 code
|
| /openthread-latest/tests/unit/ |
| D | test_lowpan.hpp | 257 Lowpan::Context mSrcContext; 258 Lowpan::Context mDstContext;
|
| /openthread-latest/tests/scripts/thread-cert/ |
| D | test_lowpan.py | 196 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 …]
|
| D | lowpan.py | 317 class Context: class 369 if not isinstance(value, Context): 746 self._context_manager[cid] = Context(prefix)
|
| D | config.py | 541 context_manager[0] = lowpan.Context(MESH_LOCAL_PREFIX)
|
| /openthread-latest/src/core/net/ |
| D | nd_agent.cpp | 49 Lowpan::Context lowpanContext; in UpdateService()
|
| D | dhcp6_server.hpp | 171 void AddPrefixAgent(const Ip6::Prefix &aIp6Prefix, const Lowpan::Context &aContext);
|
| D | dhcp6_server.cpp | 60 Lowpan::Context lowpanContext; in UpdateService() 142 void Server::AddPrefixAgent(const Ip6::Prefix &aIp6Prefix, const Lowpan::Context &aContext) in AddPrefixAgent()
|
| /openthread-latest/src/core/utils/ |
| D | slaac_address.cpp | 367 Lowpan::Context context; in UpdateContextIdFor()
|
| /openthread-latest/src/cli/ |
| D | README_NETDATA.md | 379 6LoWPAN Context IDs are listed under `Contexts` header: 382 - Context ID
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
| D | psa-legacy-bridges.md | 18 ### Context subsection
|