/openthread-latest/src/core/net/ |
D | socket.hpp | 274 void SetAddress(const Address &aAddress) { mAddress = aAddress; } in SetAddress() function in ot::Ip6::SockAddr
|
D | dhcp6.hpp | 481 void SetAddress(const Ip6::Address &aAddress) { mAddress = aAddress; } in SetAddress() function in ot::Dhcp6::IaAddress
|
D | dns_types.hpp | 1547 void SetAddress(const Ip4::Address &aAddress) { mAddress = aAddress; } in SetAddress() function in ot::Dns::ARecord 1804 void SetAddress(const Ip6::Address &aAddress) { mAddress = aAddress; } in SetAddress() function in ot::Dns::AaaaRecord
|
D | dhcp6_client.cpp | 371 option.SetAddress(idAssociation.mNetifAddress.GetAddress()); in AppendIaAddress()
|
D | dnssd_server.cpp | 626 aaaaRecord.SetAddress(aAddress); in AppendAaaaRecord() 646 aRecord.SetAddress(ip4Address); in AppendARecord()
|
D | tcp6.cpp | 811 aToBind.SetAddress(*source); in AutoBind()
|
D | dns_client.cpp | 849 mDefaultConfig.GetServerSockAddr().SetAddress(srpServerAddr); in UpdateDefaultConfigAddress()
|
D | srp_client.cpp | 2301 serverSockAddr.SetAddress(anycastInfo.mAnycastAddress); in ProcessAutoStart()
|
D | mdns.cpp | 1759 aaaaRecord.SetAddress(address); in AppendAddressRecordsTo()
|
/openthread-latest/src/core/backbone_router/ |
D | multicast_listeners_table.hpp | 100 void SetAddress(const Ip6::Address &aAddress) { mAddress = aAddress; } in SetAddress() function in ot::BackboneRouter::MulticastListenersTable::Listener
|
D | multicast_listeners_table.cpp | 66 mListeners[mNumValidListeners].SetAddress(aAddress); in Add()
|
/openthread-latest/tests/nexus/ |
D | test_border_agent.cpp | 75 sockAddr.SetAddress(node0.Get<Mle::Mle>().GetLinkLocalAddress()); in TestBorderAgent() 241 sockAddr.SetAddress(node0.Get<Mle::Mle>().GetLinkLocalAddress()); in TestBorderAgentEphemeralKey()
|
D | test_dtls.cpp | 280 sockAddr.SetAddress(node0.Get<Mle::Mle>().GetMeshLocalRloc()); in TestDtlsSingleSession() 520 sockAddr.SetAddress(node0.Get<Mle::Mle>().GetMeshLocalRloc()); in TestDtlsMultiSession()
|
/openthread-latest/src/core/thread/ |
D | network_data_publisher.hpp | 407 void SetAddress(const Ip6::Address &aAddress) { mAddress = aAddress; } in SetAddress() function in ot::NetworkData::Publisher::DnsSrpServiceEntry::Info
|
D | network_data_service.cpp | 294 aInfo.mSockAddr.SetAddress(addrData->GetAddress()); in ParseFrom()
|
D | network_data_publisher.cpp | 545 mInfo.SetAddress(Get<Mle::Mle>().GetMeshLocalEid()); in HandleNotifierEvents()
|
/openthread-latest/tests/unit/ |
D | test_srp_server.cpp | 1100 serverSockAddr.SetAddress(sInstance->Get<Mle::Mle>().GetMeshLocalRloc()); in TestSrpClientDelayedResponse()
|
D | test_dns.cpp | 1259 aaaaRecord.SetAddress(hostAddress); in TestHeaderAndResourceRecords()
|
D | test_mdns.cpp | 1343 record.SetAddress(aAddrAndTtls[index].mAddress); in SendHostAddrResponse()
|