Home
last modified time | relevance | path

Searched refs:packed_rrset (Results 1 – 6 of 6) sorted by relevance

/src/contrib/unbound/
H A DMakefile.in120 util/data/msgreply.c util/data/packed_rrset.c iterator/iterator.c \
144 as112.lo msgparse.lo msgreply.lo packed_rrset.lo iterator.lo iter_delegpt.lo \
485 $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgparse.h \
728 $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \
738 …$(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/slabhash.…
744 $(srcdir)/util/data/packed_rrset.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/config_file.h \
754 $(srcdir)/util/data/packed_rrset.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/data/msgparse.h \
760 …/log.h $(srcdir)/sldns/pkthdr.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h \
767 …/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/data/packed_rrset.h \
777 packed_rrset.lo packed_rrset.o: $(srcdir)/util/data/packed_rrset.c config.h $(srcdir)/util/data/msg…
[all …]
/src/contrib/unbound/util/data/
H A Dpacked_rrset.h280 struct packed_rrset { struct
294 struct packed_rrset rrset;
/src/lib/libunbound/
H A DMakefile23 netevent.c outbound_list.c outside_network.c packed_rrset.c parse.c \
/src/contrib/unbound/contrib/
H A Dunbound-fuzzme.patch95 + $(srcdir)/util/data/packed_rrset.h $(srcdir)/services/cache/infra.h $(srcdir)/util/storage/dnstre…
H A Dfastrpz.patch24 as112.lo msgparse.lo msgreply.lo packed_rrset.lo iterator.lo iter_delegpt.lo \
3350 diff --git a/util/data/packed_rrset.c b/util/data/packed_rrset.c
3352 --- a/util/data/packed_rrset.c
3353 +++ b/util/data/packed_rrset.c
3365 diff --git a/util/data/packed_rrset.h b/util/data/packed_rrset.h
3367 --- a/util/data/packed_rrset.h
3368 +++ b/util/data/packed_rrset.h
/src/contrib/unbound/services/
H A Drpz.c1263 struct packed_rrset_key* packed_rrset = &cursor->rrset->rk; in rpz_find_synthesized_rrset() local
1264 if(htons(qtype) == packed_rrset->type) { in rpz_find_synthesized_rrset()
1267 if(ntohs(packed_rrset->type) == LDNS_RR_TYPE_CNAME && alias_ok) in rpz_find_synthesized_rrset()