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

  /src/external/bsd/unbound/dist/util/data/
packed_rrset.h 2 * util/data/packed_rrset.h - data storage for a set of resource records.
122 * the data pointer (if not null) points to a struct packed_rrset.
280 struct packed_rrset { struct
294 struct packed_rrset rrset;
  /src/external/bsd/unbound/dist/services/
rpz.c 1263 struct packed_rrset_key* packed_rrset = &cursor->rrset->rk; local
1264 if(htons(qtype) == packed_rrset->type) {
1267 if(ntohs(packed_rrset->type) == LDNS_RR_TYPE_CNAME && alias_ok)

Completed in 39 milliseconds