Searched refs:rr_ttl (Results 1 – 1 of 1) sorted by relevance
87 …NT _nx_dns_resource_time_to_live_get(UCHAR *resource, NX_PACKET *packet_ptr, ULONG *rr_ttl);4135 ULONG rr_ttl; in _nx_dns_send_query_by_address() local4332 … status = _nx_dns_resource_time_to_live_get(data_ptr, receive_packet_ptr, &rr_ttl); in _nx_dns_send_query_by_address()4377 temp_rr.nx_dns_rr_ttl = rr_ttl; in _nx_dns_send_query_by_address()5254 ULONG rr_ttl; in _nx_dns_process_a_type() local5278 status = _nx_dns_resource_time_to_live_get(data_ptr, packet_ptr, &rr_ttl); in _nx_dns_process_a_type()5358 temp_rr.nx_dns_rr_ttl = rr_ttl; in _nx_dns_process_a_type()5747 ULONG rr_ttl; in _nx_dns_process_aaaa_type() local5771 status = _nx_dns_resource_time_to_live_get(data_ptr, packet_ptr, &rr_ttl); in _nx_dns_process_aaaa_type()5858 temp_rr.nx_dns_rr_ttl = rr_ttl; in _nx_dns_process_aaaa_type()[all …]