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