Searched refs:ttl (Results 1 – 3 of 3) sorted by relevance
181 uint16_t type, uint32_t ttl);
165 unsigned ttl; in support_format_dns_packet() local170 && extract_32 (&in, &ttl) in support_format_dns_packet()
357 uint16_t class, uint16_t type, uint32_t ttl) in resolv_response_open_record() argument367 response_add_16 (b, ttl >> 16); in resolv_response_open_record()368 response_add_16 (b, ttl); in resolv_response_open_record()
Completed in 8 milliseconds