/openthread-latest/examples/platforms/simulation/ |
D | flash.c | 106 uint32_t address; in otPlatFlashErase() local 122 uint32_t address; in otPlatFlashRead() local 137 uint32_t address; in otPlatFlashWrite() local
|
/openthread-latest/tests/unit/ |
D | test_child.cpp | 60 for (const Ip6::Address &address : aChild.GetIp6Addresses()) in VerifyChildIp6Addresses() local 79 Ip6::Address address; in VerifyChildIp6Addresses() local 95 Ip6::Address address; in VerifyChildIp6Addresses() local
|
D | test_multicast_listeners_table.cpp | 100 Ip6::Address address; in TestMulticastListenersTable() local 131 Ip6::Address address; in TestMulticastListenersTable() local
|
D | test_ip_address.cpp | 49 AddressType address; in checkAddressFromString() local 393 Ip6::Address address; in TestIp6AddressSetPrefix() local 442 Ip6::Address address; in PrefixFrom() local 831 Ip6::Address address; in TestIp4Ip6Translation() local 851 Ip4::Address address; in TestIp4Ip6Translation() local
|
D | test_netif.cpp | 96 Ip6::Address address; in TestNetifMulticastAddresses() local
|
D | test_child_table.cpp | 128 Mac::Address address; in VerifyChildTableContent() local
|
/openthread-latest/src/core/thread/ |
D | src_match_controller.cpp | 159 Mac::ExtAddress address; in AddAddress() local 190 Mac::ExtAddress address; in ClearEntry() local
|
D | anycast_locator.cpp | 95 const Ip6::Address *address = nullptr; in HandleResponse() local
|
/openthread-latest/tools/tcat_ble_client/ble/ |
D | udp_stream.py | 40 def __init__(self, address, node_id): argument
|
D | ble_stream.py | 68 async def create(cls, address, service_uuid, tx_char_uuid, rx_char_uuid): argument
|
/openthread-latest/tests/toranj/ncp/ |
D | test-700-multi-radio-join.py | 101 address = node.get(wpan.WPAN_EXT_ADDRESS)[1:-1] variable
|
/openthread-latest/src/cli/ |
D | cli_link_metrics.cpp | 65 otIp6Address address; in Process() local 158 otIp6Address address; in Process() local 365 otIp6Address address; in Process() local
|
D | cli_commissioner.cpp | 67 otIp6Address address; in Process() local 108 otIp6Address address; in Process() local 463 otIp6Address address; in Process() local
|
D | cli_bbr.cpp | 121 otIp6Address address; in Process() local
|
/openthread-latest/tests/scripts/thread-cert/ |
D | v1_2_test_domain_unicast_address.py | 130 def __get_iid(self, address): argument
|
D | v1_2_test_domain_unicast_address_registration.py | 160 def __get_iid(self, address): argument
|
D | sniffer_transport.py | 116 def _address_to_nodeid(self, address): argument
|
/openthread-latest/examples/platforms/utils/ |
D | mac_frame.cpp | 117 Mac::Address address; in otMacFrameGetSrcAddr() local 131 Mac::Address address; in otMacFrameGetDstAddr() local
|
/openthread-latest/src/posix/platform/ |
D | backtrace.cpp | 80 unsigned int address = 0; in demangleSymbol() local
|
/openthread-latest/src/core/api/ |
D | link_raw_api.cpp | 143 Mac::ExtAddress address; in otLinkRawSrcMatchAddExtEntry() local 172 Mac::ExtAddress address; in otLinkRawSrcMatchClearExtEntry() local
|
/openthread-latest/src/core/backbone_router/ |
D | multicast_listeners_table.cpp | 120 Ip6::Address address; in Expire() local
|
/openthread-latest/src/core/net/ |
D | srp_advertising_proxy.cpp | 683 for (const Ip6::Address &address : aFirstHost.mAddresses) in EntriesMatch() local 945 for (const Ip6::Address &address : aHost.mAddresses) in RegisterHost() local
|
D | dnssd_server.cpp | 610 const Ip6::Address &address = aAddrs[index]; in AppendHostAddresses() local 1971 const Ip6::Address &address = AsCoreType(&entry.mAddress); in HandleIp6AddressResult() local 2010 const Ip6::Address &address = AsCoreType(&entry.mAddress); in HandleIp4AddressResult() local 2229 const Ip6::Address &address = AsCoreType(&entry.mAddress); in AppendHostIp6Addresses() local 2258 const Ip6::Address &address = AsCoreType(&entry.mAddress); in AppendHostIp4Addresses() local
|
/openthread-latest/src/core/meshcop/ |
D | meshcop.cpp | 269 Mac::ExtAddress address; in CalculateHashBitIndexes() local
|
/openthread-latest/tests/toranj/cli/ |
D | cli.py | 318 def add_ip_addr(self, address): argument 321 def remove_ip_addr(self, address): argument 467 def ping(self, address, size=0, count=1, verify_success=True): argument 525 def udp_bind(self, address, port): argument 528 def udp_send(self, address, port, text): argument
|