Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/
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 \
473 $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgparse.h \
709 $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \
718 $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h \
725 $(srcdir)/util/data/packed_rrset.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/config_file.h \
734 $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/data/msgparse.h $(srcdir)/sldns/pkthdr.h \
740 $(srcdir)/sldns/rrdef.h $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h \
744 …/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/data/packed_rrset.h \
754 packed_rrset.lo packed_rrset.o: $(srcdir)/util/data/packed_rrset.c config.h $(srcdir)/util/data/msg…
[all …]
/netbsd-src/external/bsd/unbound/dist/util/data/
H A Dpacked_rrset.h277 struct packed_rrset { struct
291 struct packed_rrset rrset;
/netbsd-src/external/bsd/unbound/lib/libunbound/
H A DMakefile68 packed_rrset.c \
/netbsd-src/external/bsd/unbound/dist/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
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dstruct.rst330 the data pointer (if not None) points to a :class:`packed_rrset`.
/netbsd-src/external/bsd/unbound/dist/services/
H A Drpz.c1198 struct packed_rrset_key* packed_rrset = &cursor->rrset->rk; in rpz_find_synthesized_rrset() local
1199 if(htons(qtype) == packed_rrset->type) { in rpz_find_synthesized_rrset()