Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/ndb/
H A Ddns.h177 typedef struct RR RR; typedef
275 struct RR struct
277 RR *next; argument
284 ushort type; /* RR type */ argument
285 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 …]