Home
last modified time | relevance | path

Searched defs:aTtl (Results 1 – 11 of 11) sorted by relevance

/openthread-latest/src/core/api/
Ddns_api.cpp134 uint32_t *aTtl) in otDnsAddressResponseGetAddress()
186 uint32_t *aTtl) in otDnsBrowseResponseGetHostAddress()
244 uint32_t *aTtl) in otDnsServiceResponseGetHostAddress()
Dsrp_client_api.cpp80 void otSrpClientSetTtl(otInstance *aInstance, uint32_t aTtl) in otSrpClientSetTtl()
/openthread-latest/src/core/net/
Ddnssd_server.cpp487 Error Server::Response::AppendPtrRecord(const char *aInstanceLabel, uint32_t aTtl) in AppendPtrRecord()
530 uint32_t aTtl, in AppendSrvRecord()
593 uint32_t aTtl) in AppendHostAddresses()
617 Error Server::Response::AppendAaaaRecord(const Ip6::Address &aAddress, uint32_t aTtl) in AppendAaaaRecord()
636 Error Server::Response::AppendARecord(const Ip6::Address &aAddress, uint32_t aTtl) in AppendARecord()
669 Error Server::Response::AppendTxtRecord(const void *aTxtData, uint16_t aTxtLength, uint32_t aTtl) in AppendTxtRecord()
Dip4_types.hpp428 void SetTtl(uint8_t aTtl) { mTtl = aTtl; } in SetTtl()
Dsrp_advertising_proxy.cpp1095 uint32_t aTtl) in RegisterKey()
Dmdns.cpp394 uint32_t Core::DetermineTtl(uint32_t aTtl, uint32_t aDefaultTtl) in DetermineTtl()
608 void Core::RecordInfo::UpdateTtl(uint32_t aTtl) { return UpdateProperty(mTtl, aTtl); } in UpdateTtl()
2146 bool Core::ServiceEntry::ShouldSuppressKnownAnswer(uint32_t aTtl, const char *aSubLabel) const in ShouldSuppressKnownAnswer()
4696 bool Core::CacheRecordInfo::RefreshTtl(uint32_t aTtl) in RefreshTtl()
6169 void Core::AddrCache::AddNewResponseAddress(const Ip6::Address &aAddress, uint32_t aTtl, bool aCach… in AddNewResponseAddress()
Dsrp_client.hpp456 void SetTtl(uint32_t aTtl) { mTtl = aTtl; } in SetTtl()
Dsrp_server.hpp555 void SetTtl(uint32_t aTtl) { mTtl = aTtl; } in SetTtl()
Dsrp_server.cpp2069 Error Server::Host::ProcessTtl(uint32_t aTtl) in ProcessTtl()
Ddns_types.hpp1344 void SetTtl(uint32_t aTtl) { mTtl = BigEndian::HostSwap32(aTtl); } in SetTtl()
/openthread-latest/tests/unit/
Dtest_mdns.cpp1166 static void SendPtrResponse(const char *aName, const char *aPtrName, uint32_t aTtl, Section aSectio… in SendPtrResponse()
1212 uint32_t aTtl, in SendSrvResponse()
1260 uint32_t aTtl, in SendTxtResponse()