Home
last modified time | relevance | path

Searched defs:xfrd_soa (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/
H A Dxfrd.h128 struct xfrd_soa { struct
130 uint16_t type; /* = TYPE_SOA */
131 uint16_t klass; /* = CLASS_IN */
132 uint32_t ttl;
133 uint16_t rdata_count; /* = 7 */
137 uint8_t prim_ns[MAXDOMAINLEN + 2];
138 uint8_t email[MAXDOMAINLEN + 2];
139 uint32_t serial;
140 uint32_t refresh;
164 xfrd_soa_type soa_nsd; argument