#include <resolver.h>
This structure represents DNS A record, as the result of parsing DNS response packet using pj_dns_parse_a_response(). 
 
◆ addr
IP addresses of the host found in the response 
 
 
◆ addr_count
      
        
          | unsigned pj_dns_a_record::addr_count | 
        
      
 
 
◆ alias
If target name corresponds to a CNAME entry, the alias contains the value of the CNAME entry, otherwise it will be empty. 
 
 
◆ buf_
      
        
          | char pj_dns_a_record::buf_[128] | 
        
      
 
Internal buffer for hostname and alias. 
 
 
◆ name
The target name being queried. 
 
 
 
The documentation for this struct was generated from the following file: