/openthread-3.7.0/tests/unit/ |
D | test_child.cpp | 60 for (const Ip6::Address &address : aChild.IterateIp6Addresses()) in VerifyChildIp6Addresses() local 79 Ip6::Address address; in VerifyChildIp6Addresses() local 93 Ip6::Address address; in VerifyChildIp6Addresses() local 105 for (const Ip6::Address &address : aChild.IterateIp6Addresses(filter)) in VerifyChildIp6Addresses() local 152 for (const Ip6::Address &address : aChild.IterateIp6Addresses()) 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-3.7.0/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-3.7.0/src/core/thread/ |
D | mlr_manager.cpp | 154 …for (const Ip6::Address &address : aChild.IterateIp6Addresses(Ip6::Address::kTypeMulticastLargerTh… in UpdateProxiedSubscriptions() local 256 …for (const Ip6::Address &address : child.IterateIp6Addresses(Ip6::Address::kTypeMulticastLargerTha… in SendMlr() local 517 …for (const Ip6::Address &address : child.IterateIp6Addresses(Ip6::Address::kTypeMulticastLargerTha… in SetMulticastAddressMlrState() local 549 …for (const Ip6::Address &address : child.IterateIp6Addresses(Ip6::Address::kTypeMulticastLargerTha… in FinishMlr() local 653 …for (const Ip6::Address &address : child.IterateIp6Addresses(Ip6::Address::kTypeMulticastLargerTha… in LogMulticastAddresses() local 689 for (const Ip6::Address &address : aFailedAddresses) in LogMlrResponse() local 714 …for (const Ip6::Address &address : child.IterateIp6Addresses(Ip6::Address::kTypeMulticastLargerTha… in CheckInvariants() local
|
D | src_match_controller.cpp | 159 Mac::ExtAddress address; in AddAddress() local 190 Mac::ExtAddress address; in ClearEntry() local
|
D | child.cpp | 90 const Ip6::Address *address; in Update() local 282 …for (const Ip6::Address &address : IterateIp6Addresses(Ip6::Address::kTypeMulticastLargerThanRealm… in HasMlrRegisteredAddress() local
|
D | anycast_locator.cpp | 95 const Ip6::Address *address = nullptr; in HandleResponse() local
|
/openthread-3.7.0/tools/tcat_ble_client/ble/ |
D | udp_stream.py | 38 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-3.7.0/src/cli/ |
D | cli_link_metrics.cpp | 56 otIp6Address address; in Process() local 135 otIp6Address address; in Process() local 319 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-3.7.0/tests/toranj/ncp/ |
D | test-700-multi-radio-join.py | 101 address = node.get(wpan.WPAN_EXT_ADDRESS)[1:-1] variable
|
/openthread-3.7.0/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-3.7.0/examples/platforms/utils/ |
D | mac_frame.cpp | 117 Mac::Address address; in otMacFrameGetSrcAddr() local 131 Mac::Address address; in otMacFrameGetDstAddr() local
|
/openthread-3.7.0/src/posix/platform/ |
D | backtrace.cpp | 80 unsigned int address = 0; in demangleSymbol() local
|
/openthread-3.7.0/src/core/api/ |
D | link_raw_api.cpp | 143 Mac::ExtAddress address; in otLinkRawSrcMatchAddExtEntry() local 172 Mac::ExtAddress address; in otLinkRawSrcMatchClearExtEntry() local
|
/openthread-3.7.0/src/core/backbone_router/ |
D | multicast_listeners_table.cpp | 120 Ip6::Address address; in Expire() local
|
/openthread-3.7.0/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
|
/openthread-3.7.0/tests/toranj/cli/ |
D | cli.py | 318 def add_ip_addr(self, address): argument 321 def remove_ip_addr(self, address): argument 461 def ping(self, address, size=0, count=1, verify_success=True): argument 516 def udp_bind(self, address, port): argument 519 def udp_send(self, address, port, text): argument
|