Searched defs:dns_rr (Results 1 – 1 of 1) sorted by relevance
161 struct dns_rr { struct162 uint16_t type;163 uint16_t class_;164 uint32_t ttl;165 uint16_t rdlength;166 uint8_t rdata[];