|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
Data Fields | |
| unsigned short | class |
| unsigned short | rtype |
| unsigned short | size |
| unsigned int | ttl |
| unsigned short class |
The resource record class.
Definition at line 163 of file dns.c.
Referenced by dns_parse_answer(), and dns_parse_answer_ex().
| unsigned short rtype |
The resource record type.
Definition at line 162 of file dns.c.
Referenced by dns_parse_answer(), and dns_parse_answer_ex().
| unsigned short size |
The resource record size.
Definition at line 165 of file dns.c.
Referenced by dns_parse_answer(), and dns_parse_answer_ex().
| unsigned int ttl |
The resource record time to live.
Definition at line 164 of file dns.c.
Referenced by dns_parse_answer_ex().