WARNING: The online documentation has moved to https://docs.pjsip.org.

Visit the new documentation at https://docs.pjsip.org:

BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJLIB-UTIL Reference

pj_dns_parsed_rr::rdata Union Reference

#include <dns.h>

Data Structures

struct  a
 
struct  aaaa
 
struct  cname
 
struct  ns
 
struct  ptr
 
struct  srv
 

Data Fields

struct pj_dns_parsed_rr::rdata::srv srv
 
struct pj_dns_parsed_rr::rdata::cname cname
 
struct pj_dns_parsed_rr::rdata::ns ns
 
struct pj_dns_parsed_rr::rdata::ptr ptr
 
struct pj_dns_parsed_rr::rdata::a a
 
struct pj_dns_parsed_rr::rdata::aaaa aaaa
 

Detailed Description

For resource types that are recognized/supported by this library, the parsed resource data will be placed in this rdata union.

Field Documentation

◆ a

A Resource Data (PJ_DNS_TYPE_A, 1)

◆ aaaa

AAAA Resource Data (PJ_DNS_TYPE_AAAA, 28)

◆ cname

CNAME Resource Data (PJ_DNS_TYPE_CNAME, 5)

◆ ns

NS Resource Data (PJ_DNS_TYPE_NS, 2)

◆ ptr

PTR Resource Data (PJ_DNS_TYPE_PTR, 12)

◆ srv

SRV Resource Data (PJ_DNS_TYPE_SRV, 33)


The documentation for this union was generated from the following file:

 


PJLIB-UTIL Open Source, small footprint, and portable asynchronous/caching DNS resolver, text scanner, STUN client, and XML library
Copyright (C) 2006-2009 Teluu Inc.