HomeSort by: relevance | last modified time | path
    Searched defs:rrsets (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/nsd/dist/
answer.h 21 * Structure used to keep track of RRsets that need to be stored in
27 rrset_type *rrsets[MAXRRSPP]; member in struct:answer
namedb.h 105 rrset_type* rrsets; member in struct:domain
369 * Only deletes if usage is 0, has no rrsets and no children. Checks parents
  /src/external/bsd/unbound/dist/util/data/
msgreply.h 150 * only for use when there are 0 RRsets in this message.
151 * if there are RRsets, check those instead.
198 * Number of RRsets in each section.
201 * The number of RRs in RRsets can change due to RRset updates.
205 /** Count of authority section RRsets */
207 /** Count of additional section RRsets */
210 /** number of RRsets: an_numrrsets + ns_numrrsets + ar_numrrsets */
214 * List of pointers (only) to the rrsets in the order in which
216 * Number of elements is ancount+nscount+arcount RRsets.
220 struct ub_packed_rrset_key** rrsets; member in struct:reply_info
    [all...]
  /src/external/bsd/unbound/dist/services/
localzone.h 183 /** the data rrsets, with different types, linked list.
185 struct local_rrset* rrsets; member in struct:local_data
authzone.h 170 /** the data rrsets, with different types, linked list.
175 struct auth_rrset* rrsets; member in struct:auth_data

Completed in 28 milliseconds