HomeSort by: relevance | last modified time | path
    Searched refs:namedb (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/bsd/libpcap/dist/
pcap-namedb.h 1 /* $NetBSD: pcap-namedb.h,v 1.4 2014/11/19 19:33:30 christos Exp $ */
40 * might expect to be able to include <pcap-namedb.h>.
42 #include <pcap/namedb.h>
etherent.c 37 #include <pcap/namedb.h>
nametoaddr.c 118 #include <pcap/namedb.h>
grammar.y.in 92 #include <pcap/namedb.h>
scanner.l 145 #include <pcap/namedb.h>
  /src/etc/namedb/
Makefile 4 FILESDIR= /etc/namedb
  /src/external/bsd/nsd/dist/
nsec3.h 18 struct namedb;
26 void prehash_zone(struct namedb* db, struct zone* zone);
30 void prehash_zone_complete(struct namedb* db, struct zone* zone);
86 void nsec3_clear_precompile(struct namedb* db, struct zone* zone);
94 void nsec3_find_zone_param(struct namedb* db, struct zone* zone,
97 void nsec3_precompile_domain(struct namedb* db, struct domain* domain,
100 void nsec3_precompile_domain_ds(struct namedb* db, struct domain* domain,
103 void nsec3_precompile_nsec3rr(struct namedb* db, struct domain* domain,
106 void nsec3_precompile_newparam(struct namedb* db, struct zone* zone);
113 struct zone* nsec3_tree_zone(struct namedb* db, struct domain* domain)
    [all...]
zonec.h 13 #include "namedb.h"
36 struct namedb *database,
44 void apex_rrset_checks(struct namedb* db, rrset_type* rrset,
namedb.h 2 * namedb.h -- nsd(8) internal namespace database definitions
35 typedef struct namedb namedb_type;
353 struct namedb struct
379 int namedb_lookup (struct namedb* db,
384 struct namedb *namedb_open(struct nsd_options* opt);
385 void namedb_close(struct namedb* db);
387 void namedb_free_ixfr(struct namedb* db);
Makefile.in 98 COMMON_OBJ=answer.o axfr.o ixfr.o ixfrcreate.o buffer.o configlexer.o configparser.o dname.o dns.o edns.o iterated_hash.o lookup3.o namedb.o nsec3.o options.o packet.o query.o rbtree.o radtree.o rdata.o region-allocator.o rrl.o siphash.o tsig.o tsig-openssl.o udb.o util.o bitset.o popen3.o proxy_protocol.o
439 $(srcdir)/buffer.h $(srcdir)/namedb.h $(srcdir)/dname.h \
502 answer.o: $(srcdir)/answer.c config.h $(srcdir)/compat/cpuset.h $(srcdir)/answer.h $(srcdir)/dns.h $(srcdir)/namedb.h \
506 $(srcdir)/buffer.h $(srcdir)/region-allocator.h $(srcdir)/util.h $(srcdir)/bitset.h $(srcdir)/query.h $(srcdir)/namedb.h $(srcdir)/dname.h \
515 $(srcdir)/tsig.h $(srcdir)/rrl.h $(srcdir)/query.h $(srcdir)/namedb.h $(srcdir)/radtree.h $(srcdir)/nsd.h $(srcdir)/edns.h $(srcdir)/packet.h \
517 dbaccess.o: $(srcdir)/dbaccess.c config.h $(srcdir)/compat/cpuset.h $(srcdir)/dns.h $(srcdir)/namedb.h $(srcdir)/dname.h \
521 dbcreate.o: $(srcdir)/dbcreate.c config.h $(srcdir)/compat/cpuset.h $(srcdir)/namedb.h $(srcdir)/dname.h $(srcdir)/buffer.h \
525 $(srcdir)/region-allocator.h $(srcdir)/namedb.h $(srcdir)/dname.h $(srcdir)/buffer.h $(srcdir)/util.h $(srcdir)/bitset.h $(srcdir)/dns.h \
529 $(srcdir)/region-allocator.h $(srcdir)/util.h $(srcdir)/bitset.h $(srcdir)/query.h $(srcdir)/namedb.h $(srcdir)/radtree.h $(srcdir)/rbtree.h \
531 dns.o: $(srcdir)/dns.c config.h $(srcdir)/compat/cpuset.h $(srcdir)/dns.h $(srcdir)/rdata.h $(srcdir)/namedb.h $(srcdir)/dname.h
    [all...]
dbaccess.c 22 #include "namedb.h"
35 namedb_close(struct namedb* db)
43 namedb_free_ixfr(struct namedb* db)
169 struct namedb *
189 db = (namedb_type *) region_alloc(db_region, sizeof(struct namedb));
197 log_msg(LOG_ERR, "unable to load namedb: cannot initialize timestamp");
nsd-mem.c 23 #include "namedb.h"
79 account_zone(struct namedb* db, struct zone_mem* zmem)
161 struct namedb* db;
175 if(!db) error("cannot open namedb");
nsec3.c 16 #include "namedb.h"
192 check_apex_soa(namedb_type* namedb, zone_type *zone, int nolog)
204 domain = domain_table_find(namedb->domains, hashed_apex);
268 db_find_nsec3param(struct namedb* db, struct zone* z, struct rr* avoid_rr,
306 nsec3_find_zone_param(struct namedb* db, struct zone* zone,
391 nsec3_clear_precompile(struct namedb* db, zone_type* zone)
548 nsec3_precompile_domain(struct namedb* db, struct domain* domain,
580 nsec3_precompile_domain_ds(struct namedb* db, struct domain* domain,
666 prehash_zone_complete(struct namedb* db, struct zone* zone)
861 void prehash_zone(struct namedb* db, struct zone* zone
    [all...]
zonec.c 39 #include "namedb.h"
109 struct namedb *database;
311 struct namedb *database;
379 struct namedb *database,
nsd.h 245 struct namedb *db;
namedb.c 2 * namedb.c -- common namedb operations.
20 #include "namedb.h"
707 namedb_lookup(struct namedb* db,
  /src/etc/rc.d/
named 82 if ! [ -d "/etc/namedb/keys" ]; then
83 mkdir -m 775 "/etc/namedb/keys"
84 chown named:named "/etc/namedb/keys"
125 if ! [ -h /etc/namedb ]; then
126 named_migrate /etc/namedb "${named_chrootdir}"
139 [ -r ${named_chrootdir}/etc/namedb/named.conf ]
141 ln -s namedb/named.conf "${named_chrootdir}/etc"
  /src/external/bsd/nsd/
Makefile.inc 35 -e s,@zonesdir@,/etc/namedb, \
  /src/external/bsd/libpcap/dist/msdos/
makefile 113 etherent.obj: etherent.c pcap-int.h pcap.h pcap-bpf.h pcap-namedb.h
122 pf.h pcap-namedb.h
125 pcap-namedb.h tokdefs.h
129 arcnet.h pf.h pcap-namedb.h
132 pcap-namedb.h ethertype.h
151 etherent.o32: etherent.c pcap-int.h pcap.h pcap-bpf.h pcap-namedb.h
160 pf.h pcap-namedb.h
163 pcap-namedb.h tokdefs.h
167 arcnet.h pf.h pcap-namedb.h
170 pcap-namedb.h ethertype.
    [all...]
makefile.wc 103 $(OBJDIR)\etherent.obj: etherent.c pcap-int.h pcap.h pcap-bpf.h pcap-namedb.h
112 pcap-namedb.h
115 pcap-namedb.h tokdefs.h
119 arcnet.h pcap-namedb.h
122 pcap-namedb.h ethertyp.h
makefile.dj 115 scanner.l: pcap-int.h pcap-namedb.h gencode.h grammar.h
116 grammar.y: pcap-int.h gencode.h pcap-namedb.h
  /src/external/bsd/nsd/lib/libnsd/
Makefile 25 namedb.c \
  /src/external/bsd/libpcap/lib/
Makefile 159 INCS= pcap/pcap.h pcap/namedb.h pcap/funcattrs.h \
164 INCSYMLINKS+= pcap/namedb.h ${INCSDIR}/pcap-namedb.h
  /src/etc/
Makefile 342 .for subdir in . defaults autofs bluetooth iscsi mtree namedb pam.d powerd rc.d root skel ssh
  /src/external/bsd/tcpdump/dist/
addrtoname.c 101 #include <pcap-namedb.h>

Completed in 32 milliseconds

1 2