Home
last modified time | relevance | path

Searched defs:eui64 (Results 1 – 15 of 15) sorted by relevance

/openthread-latest/src/core/net/
Ddhcp6_client.cpp309 Mac::ExtAddress eui64; in AppendClientIdentifier() local
484 Mac::ExtAddress eui64; in ProcessClientIdentifier() local
Ddhcp6_server.cpp363 Mac::ExtAddress eui64; in AppendServerIdentifier() local
/openthread-latest/src/lib/spinel/
Dspinel.c1706 const spinel_eui64_t *eui64 = NULL; in main() local
1759 spinel_eui64_t eui64 = {{0}}; in main() local
1826 spinel_eui64_t *eui64 = NULL; in main() local
1879 spinel_eui64_t eui64 = {{0}}; in main() local
/openthread-latest/tests/unit/
Dtest_spinel_decoder.cpp94 const spinel_eui64_t *eui64; in TestDecoder() local
Dtest_spinel_encoder.cpp109 spinel_eui64_t *eui64; in TestEncoder() local
/openthread-latest/tests/scripts/thread-cert/
Dcommon.py153 def from_eui64(cls, eui64, big_endian=True): argument
Dnet_crypto.py145 def _create_nonce(self, eui64, frame_counter, security_level): argument
/openthread-latest/src/core/meshcop/
Djoiner.cpp61 Mac::ExtAddress eui64; in SetIdFromIeeeEui64() local
Dtcat_agent.cpp604 Mac::ExtAddress eui64; in HandleGetDeviceId() local
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp764 const otExtAddress *eui64; in HandlePropertyInsert() local
811 const otExtAddress *eui64; in HandlePropertyRemove() local
1074 const otExtAddress *eui64 = nullptr; in HandlePropertyInsert() local
/openthread-latest/src/core/thread/
Dnetwork_diagnostic.cpp263 Mac::ExtAddress eui64; in AppendDiagTlv() local
/openthread-latest/tests/gtest/
Dfake_platform.cpp357 uint64_t eui64 = FakePlatform::CurrentPlatform().GetEui64(); in otPlatRadioGetIeeeEui64() local
/openthread-latest/tools/otci/otci/
Dotci.py1490 def commissioner_add_joiner(self, pskd, eui64=None, discerner=None, timeout=None): argument
1511 def commissioner_remove_jointer(self, eui64=None, discerner=None): argument
/openthread-latest/src/cli/
DREADME.md1608 ### eui64 subsection
/openthread-latest/tests/toranj/ncp/
Dwpan.py524 def commissioner_add_joiner(self, eui64, pskd, timeout='100'): argument