WARNING: The online documentation has moved to https://docs.pjsip.org.
Visit the new documentation at https://docs.pjsip.org:
Home --> Documentations --> PJLIB-UTIL Reference
#include <dns.h>
This structure describes a Resource Record parsed from the DNS packet. All integral values are in host byte order.
Pointer to the raw resource data, only when the type is not known. If it is known, the data will be put in rdata below.
Class of data (PJ_DNS_CLASS_IN=1).
The domain name which this rec pertains.
Resource data length.
Time to live.
RR type code.