Searched refs:dns_rr (Results 1 – 1 of 1) sorted by relevance
155 struct dns_rr { struct162 struct dns_rr *next; argument168 struct dns_rr *answer;169 struct dns_rr *authority;170 struct dns_rr *additional;176 static struct dns_rr *parse_dns_rrsection(const u_char *, int, const u_char **,180 static void free_dns_rr(struct dns_rr *);183 static int count_dns_rr(struct dns_rr *, u_int16_t, u_int16_t);194 struct dns_rr *rr; in getrrsetbyname()493 static struct dns_rr *[all …]