Searched defs:ttl (Results 1 – 11 of 11) sorted by relevance
/openthread-latest/tests/scripts/thread-cert/ |
D | test_srp_ttl.py | 136 def check_ttl(self, ttl): argument
|
D | node.py | 3860 …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/ |
D | test_firewall.py | 111 … def host_ping_ether(dest, interface, ttl=10, add_interface=False, add_route=False, gateway=None): argument
|
/openthread-latest/src/core/api/ |
D | dns_api.cpp | 136 uint32_t ttl; in otDnsAddressResponseGetAddress() local 188 uint32_t ttl; in otDnsBrowseResponseGetHostAddress() local 246 uint32_t ttl; in otDnsServiceResponseGetHostAddress() local
|
/openthread-latest/src/cli/ |
D | README_SRP_CLIENT.md | 438 ### ttl subsection
|
D | cli_dns.cpp | 529 uint32_t ttl; in HandleDnsAddressResponse() local
|
D | cli_mdns.cpp | 243 uint32_t ttl; in ProcessRegisterHost() local
|
/openthread-latest/tests/unit/ |
D | test_dns_client.cpp | 394 uint32_t ttl; in AddressCallback() local 519 uint32_t ttl; in ServiceCallback() local
|
D | test_dnssd_discovery_proxy.cpp | 404 uint32_t ttl; in ServiceCallback() local 466 uint32_t ttl; in AddressCallback() local
|
/openthread-latest/src/core/net/ |
D | dnssd_server.cpp | 516 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
|
D | mdns.cpp | 1935 uint32_t ttl = DetermineTtl(aService.mTtl, kDefaultTtl); in Register() local 2153 uint32_t ttl; in ShouldSuppressKnownAnswer() local
|