#include <sres_record.h>
Collaboration diagram for sres_soa_record:
Data Fields | |
sres_common_t | soa_record [1] |
Common part of DNS records. | |
char * | soa_mname |
Primary name server. | |
char * | soa_rname |
Person responsible for domain. | |
uint32_t | soa_serial |
Version number. | |
uint32_t | soa_refresh |
Refresh intercal. | |
uint32_t | soa_retry |
Interval between refres retries. | |
uint32_t | soa_expire |
Upper limit on zone expiration time. | |
uint32_t | soa_minimum |
Minimum TTL for any record in zone. |
Common part of DNS records.