Home
last modified time | relevance | path

Searched refs:mapping (Results 1 – 11 of 11) sorted by relevance

/openthread-latest/src/core/net/
Dnat64_translator.cpp116 AddressMapping *mapping = nullptr; in TranslateFromIp6() local
136 mapping = FindOrAllocateMapping(ip6Header.GetSource()); in TranslateFromIp6()
137 if (mapping == nullptr) in TranslateFromIp6()
148 ip4Header.SetSource(mapping->mIp4); in TranslateFromIp6()
187 mapping->mCounters.Count6To4Packet(ip6Header.GetNextHeader(), ip6Header.GetPayloadLength()); in TranslateFromIp6()
203 AddressMapping *mapping = nullptr; in TranslateToIp6() local
229 mapping = FindMapping(ip4Header.GetDestination()); in TranslateToIp6()
230 if (mapping == nullptr) in TranslateToIp6()
242 ip6Header.SetDestination(mapping->mIp6); in TranslateToIp6()
281mapping->mCounters.Count4To6Packet(ip4Header.GetProtocol(), ip4Header.GetTotalLength() - sizeof(ip… in TranslateToIp6()
[all …]
/openthread-latest/tests/unit/
Dtest_nat64.cpp371 otNat64AddressMapping mapping; in TestPacketCounter() local
375 … while (sInstance->Get<Nat64::Translator>().GetNextAddressMapping(iter, mapping) == kErrorNone) in TestPacketCounter()
406 mapping.mCounters); in TestPacketCounter()
443 otNat64AddressMapping mapping; in TestPacketCounter() local
447 … while (sInstance->Get<Nat64::Translator>().GetNextAddressMapping(iter, mapping) == kErrorNone) in TestPacketCounter()
478 mapping.mCounters); in TestPacketCounter()
/openthread-latest/src/posix/platform/
Dopenthread.conf.example14 # Region domain mapping table entries.
/openthread-latest/tools/ot-fct/
DREADME.md53 Show the region and regulatory domain mapping table.
/openthread-latest/etc/cmake/
Doptions.cmake54 # mapping to OPENTHREAD_CONFIG `ot_config`. Parameter
84 # Declare a string OT cmake config with `name` mapping to
109 # Declares a integer-value OT cmake config with `name` mapping to
136 # values from `values` list mapping to OPENTHREAD_CONFIG
/openthread-latest/src/cli/
Dcli.cpp875 otNat64AddressMapping mapping; in Process() local
881 while (otNat64GetNextAddressMapping(GetInstancePtr(), &iterator, &mapping) == OT_ERROR_NONE) in Process()
886 otIp6AddressToString(&mapping.mIp6, ip6AddressString, sizeof(ip6AddressString)); in Process()
887 otIp4AddressToString(&mapping.mIp4, ip4AddressString, sizeof(ip4AddressString)); in Process()
889 OutputFormat("| %08lx%08lx ", ToUlong(static_cast<uint32_t>(mapping.mId >> 32)), in Process()
890 ToUlong(static_cast<uint32_t>(mapping.mId & 0xffffffff))); in Process()
893 OutputFormat("| %5lus ", ToUlong(mapping.mRemainingTimeMs / 1000)); in Process()
894 OutputNat64Counters(mapping.mCounters.mTotal); in Process()
898 OutputNat64Counters(mapping.mCounters.mTcp); in Process()
902 OutputNat64Counters(mapping.mCounters.mUdp); in Process()
[all …]
DREADME.md2583 This command will reset the mapping table in the translator (if NAT64 translator is enabled in the …
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Dpsa-storage-format-testing.md43 … top of the PSA trusted storage interface. The state of the storage is a mapping from file identif…
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dstrategy.md391 `#define`s, essentially mapping `mbedtls_` APIs to their `psa_` equivalent.
/openthread-latest/doc/
DDoxyfile.in272 # A mapping has the form "name=value". For example adding "class=itcl::class"
307 # extension. Doxygen has a built-in mapping, but you can override or extend it
1610 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md98 * `"names"` (optional, object). A mapping from entry point names described by the `"entry_points"` …
514 * `"names"` (optional, object). A mapping from entry point names to C function and type names, as u…
875 …e for a transparent driver and one for an opaque driver. You can use the mapping in capabilities' …