Searched defs:aTtl (Results 1 – 11 of 11) sorted by relevance
/openthread-latest/src/core/api/ |
D | dns_api.cpp | 134 uint32_t *aTtl) in otDnsAddressResponseGetAddress() 186 uint32_t *aTtl) in otDnsBrowseResponseGetHostAddress() 244 uint32_t *aTtl) in otDnsServiceResponseGetHostAddress()
|
D | srp_client_api.cpp | 80 void otSrpClientSetTtl(otInstance *aInstance, uint32_t aTtl) in otSrpClientSetTtl()
|
/openthread-latest/src/core/net/ |
D | dnssd_server.cpp | 487 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()
|
D | ip4_types.hpp | 428 void SetTtl(uint8_t aTtl) { mTtl = aTtl; } in SetTtl()
|
D | srp_advertising_proxy.cpp | 1095 uint32_t aTtl) in RegisterKey()
|
D | mdns.cpp | 394 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()
|
D | srp_client.hpp | 456 void SetTtl(uint32_t aTtl) { mTtl = aTtl; } in SetTtl()
|
D | srp_server.hpp | 555 void SetTtl(uint32_t aTtl) { mTtl = aTtl; } in SetTtl()
|
D | srp_server.cpp | 2069 Error Server::Host::ProcessTtl(uint32_t aTtl) in ProcessTtl()
|
D | dns_types.hpp | 1344 void SetTtl(uint32_t aTtl) { mTtl = BigEndian::HostSwap32(aTtl); } in SetTtl()
|
/openthread-latest/tests/unit/ |
D | test_mdns.cpp | 1166 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()
|