Lines Matching full:ttl
185 /* DNS answer TTL size */
203 /* answer TTL */
204 uint32_t ttl; member
340 uint32_t ttl; in eval_response1() local
348 if (dns_unpack_answer(&msg, DNS_ANSWER_MIN_SIZE, &ttl, &answer_type) < 0) { in eval_response1()
385 if (dns_answer_ttl(NAME_PTR_SIZE, resp->res) != resp->ttl) { in eval_response1()
442 * TTL: 3028
466 .ttl = 3028, in ZTEST()
517 .ttl = 600, in ZTEST()
545 * TTL: 30
576 .ttl = 30, in ZTEST()
647 /* TTL */
676 /* TTL */
705 /* TTL */
755 /* TTL */
792 /* TTL */
829 /* TTL */
849 /* TTL */
884 /* TTL */
904 /* TTL */
943 /* TTL */
965 /* TTL */
1009 /* TTL */
1031 /* TTL */
1054 /* TTL */
1279 uint32_t ttl; in ZTEST() local
1286 ret = dns_unpack_answer(&dns_msg, 0, &ttl, &type); in ZTEST()