Searched refs:dns_rr (Results 1 – 1 of 1) sorted by relevance
160 struct dns_rr { struct167 struct dns_rr *next; argument173 struct dns_rr *answer;174 struct dns_rr *authority;175 struct dns_rr *additional;181 static struct dns_rr *parse_dns_rrsection(const u_char *, int, const u_char **,185 static void free_dns_rr(struct dns_rr *);188 static int count_dns_rr(struct dns_rr *, u_int16_t, u_int16_t);199 struct dns_rr *rr; in getrrsetbyname()514 static struct dns_rr *[all …]