Searched defs:RR (Results 1 – 1 of 1) sorted by relevance
177 typedef struct RR RR; typedef275 struct RR struct277 RR *next; argument284 ushort type; /* RR type */ argument285 ushort query; /* query type is in response to */286 uchar auth; /* flag: authoritative */287 uchar db; /* flag: from database */288 uchar cached; /* flag: rr in cache */289 uchar negative; /* flag: this is a cached negative response */291 union { /* discriminated by negative & type */[all …]