Home
last modified time | relevance | path

Searched defs:address (Results 1 – 25 of 53) sorted by relevance

123

/openthread-3.7.0/tests/unit/
Dtest_child.cpp60 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
Dtest_multicast_listeners_table.cpp100 Ip6::Address address; in TestMulticastListenersTable() local
131 Ip6::Address address; in TestMulticastListenersTable() local
Dtest_ip_address.cpp49 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
Dtest_netif.cpp96 Ip6::Address address; in TestNetifMulticastAddresses() local
Dtest_child_table.cpp128 Mac::Address address; in VerifyChildTableContent() local
/openthread-3.7.0/examples/platforms/simulation/
Dflash.c106 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/
Dmlr_manager.cpp154 …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
Dsrc_match_controller.cpp159 Mac::ExtAddress address; in AddAddress() local
190 Mac::ExtAddress address; in ClearEntry() local
Dchild.cpp90 const Ip6::Address *address; in Update() local
282 …for (const Ip6::Address &address : IterateIp6Addresses(Ip6::Address::kTypeMulticastLargerThanRealm… in HasMlrRegisteredAddress() local
Danycast_locator.cpp95 const Ip6::Address *address = nullptr; in HandleResponse() local
/openthread-3.7.0/tools/tcat_ble_client/ble/
Dudp_stream.py38 def __init__(self, address, node_id): argument
Dble_stream.py68 async def create(cls, address, service_uuid, tx_char_uuid, rx_char_uuid): argument
/openthread-3.7.0/src/cli/
Dcli_link_metrics.cpp56 otIp6Address address; in Process() local
135 otIp6Address address; in Process() local
319 otIp6Address address; in Process() local
Dcli_commissioner.cpp67 otIp6Address address; in Process() local
108 otIp6Address address; in Process() local
463 otIp6Address address; in Process() local
Dcli_bbr.cpp121 otIp6Address address; in Process() local
/openthread-3.7.0/tests/toranj/ncp/
Dtest-700-multi-radio-join.py101 address = node.get(wpan.WPAN_EXT_ADDRESS)[1:-1] variable
/openthread-3.7.0/tests/scripts/thread-cert/
Dv1_2_test_domain_unicast_address.py130 def __get_iid(self, address): argument
Dv1_2_test_domain_unicast_address_registration.py160 def __get_iid(self, address): argument
Dsniffer_transport.py116 def _address_to_nodeid(self, address): argument
/openthread-3.7.0/examples/platforms/utils/
Dmac_frame.cpp117 Mac::Address address; in otMacFrameGetSrcAddr() local
131 Mac::Address address; in otMacFrameGetDstAddr() local
/openthread-3.7.0/src/posix/platform/
Dbacktrace.cpp80 unsigned int address = 0; in demangleSymbol() local
/openthread-3.7.0/src/core/api/
Dlink_raw_api.cpp143 Mac::ExtAddress address; in otLinkRawSrcMatchAddExtEntry() local
172 Mac::ExtAddress address; in otLinkRawSrcMatchClearExtEntry() local
/openthread-3.7.0/src/core/backbone_router/
Dmulticast_listeners_table.cpp120 Ip6::Address address; in Expire() local
/openthread-3.7.0/src/core/net/
Dsrp_advertising_proxy.cpp683 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/
Dcli.py318 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

123