Home
last modified time | relevance | path

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

/openthread-latest/tests/scripts/thread-cert/
Dtest_srp_ttl.py136 def check_ttl(self, ttl): argument
Dnode.py3860 …def ping_ether(self, ipaddr, num_responses=1, size=None, timeout=5, ttl=None, interface='eth0') ->… argument
/openthread-latest/tests/scripts/thread-cert/border_router/
Dtest_firewall.py111 … def host_ping_ether(dest, interface, ttl=10, add_interface=False, add_route=False, gateway=None): argument
/openthread-latest/src/core/api/
Ddns_api.cpp136 uint32_t ttl; in otDnsAddressResponseGetAddress() local
188 uint32_t ttl; in otDnsBrowseResponseGetHostAddress() local
246 uint32_t ttl; in otDnsServiceResponseGetHostAddress() local
/openthread-latest/src/cli/
DREADME_SRP_CLIENT.md438 ### ttl subsection
Dcli_dns.cpp529 uint32_t ttl; in HandleDnsAddressResponse() local
Dcli_mdns.cpp243 uint32_t ttl; in ProcessRegisterHost() local
/openthread-latest/tests/unit/
Dtest_dns_client.cpp394 uint32_t ttl; in AddressCallback() local
519 uint32_t ttl; in ServiceCallback() local
Dtest_dnssd_discovery_proxy.cpp404 uint32_t ttl; in ServiceCallback() local
466 uint32_t ttl; in AddressCallback() local
/openthread-latest/src/core/net/
Ddnssd_server.cpp516 uint32_t ttl = TimeMilli::MsecToSec(aService.GetExpireTime() - TimerMilli::GetNow()); in AppendSrvRecord() local
570 uint32_t ttl; in AppendHostAddresses() local
801 … uint32_t ttl = TimeMilli::MsecToSec(service.GetExpireTime() - TimerMilli::GetNow()); in ResolveBySrp() local
Dmdns.cpp1935 uint32_t ttl = DetermineTtl(aService.mTtl, kDefaultTtl); in Register() local
2153 uint32_t ttl; in ShouldSuppressKnownAnswer() local