Searched refs:ttl (Results 1 – 5 of 5) sorted by relevance
94 u_long ttl, tmp; in libresolv_hidden_def() local97 ttl = 0; in libresolv_hidden_def()126 ttl += tmp; in libresolv_hidden_def()135 ttl += tmp; in libresolv_hidden_def()138 *dst = ttl; in libresolv_hidden_def()
167 rr->ttl = 0; in libresolv_hidden_def()173 NS_GET32(rr->ttl, handle->_msg_ptr); in libresolv_hidden_def()
90 u_long ttl, const u_char *rdata, size_t rdlen, in libresolv_hidden_def()131 T(x = ns_format_ttl(ttl, buf, buflen)); in libresolv_hidden_def()
779 int32_t ttl; in getanswer_r() local780 NS_GET32 (ttl, cp); in getanswer_r()800 if (ttlp != NULL && ttl < *ttlp) in getanswer_r()801 *ttlp = ttl; in getanswer_r()842 *ttlp = ttl; in getanswer_r()900 *ttlp = ttl; in getanswer_r()935 *ttlp = ttl; in getanswer_r()1114 int32_t ttl; in gaih_getanswer_slice() local1115 NS_GET32 (ttl, cp); in gaih_getanswer_slice()1137 *ttlp = ttl; in gaih_getanswer_slice()[all …]
127 uint32_t ttl; member136 #define ns_rr_ttl(rr) ((rr).ttl + 0)
Completed in 15 milliseconds