HomeSort by: relevance | last modified time | path
    Searched refs:NSD (Results 1 - 17 of 17) sorted by relevancy

  /src/external/bsd/nsd/dist/doc/
differences.tex 1 % DIFFERENCES NSD 3 and other name servers.
10 \title{Response Differences between\\ NSD and other DNS Servers}
30 This note describes observed differences in responses between NSD and
31 other DNS server implementations. NSD 3.0.0 is compared to NSD 2.3.6,
42 The NSD name server is compared to other DNS server implementations
48 tests have been run on our testlab, comparing NSD 2 versus NSD 3.
58 both BIND and NSD are mature and stable DNS implementations, all answers
85 These traces posed no problem for BIND and NSD, mostly FORMERR answers
    [all...]
  /src/external/bsd/nsd/lib/libnsd/
Makefile 6 SIMDZONE=${NSD}/simdzone/src
7 .PATH: ${NSD}/compat ${NSD}/util ${SIMDZONE} ${SIMDZONE}/fallback
10 LIB=nsd
  /src/sys/arch/shark/shark/
shark_machdep.c 88 #if NWD > 0 || NSD > 0 || NCD > 0
91 #if NSD > 0 || NCD > 0
379 #if NSD > 0 || NCD > 0
421 #if NWD > 0 || NSD > 0 || NCD > 0
425 #if NSD > 0 || NCD > 0
444 #if NSD > 0 || NCD > 0
456 #endif /* NSD > 0 || NCD > 0 */
457 #endif /* NWD > 0 || NSD > 0 || NCD > 0 */
  /src/external/bsd/nsd/dist/contrib/
nsd.spec 1 Summary: NSD is a complete implementation of an authoritative DNS name server
2 Name: nsd
9 Source1: nsd.init
10 Source2: nsd.cron
17 NSD is a complete implementation of an authoritative DNS name server.
19 For further information about what NSD is and what NSD is not please
31 --with-user=nsd --with-xfrdfile=%{_localstatedir}/lib/%{name}/ixfr.state
46 install -c -m 0755 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/cron.hourly/nsd
47 install -m 0755 %{SOURCE1} %{buildroot}/%{_initrddir}/nsd
    [all...]
nsd_munin_ 3 # plugin for munin to monitor usage of NSD.
8 # and enable nsd-control in nsd.conf with the line
10 # Run the command nsd-control-setup as root to generate the key files.
14 # nsd_conf - where the nsd.conf file is located.
15 # nsd_control - where to find nsd-control executable.
16 # nsd_checkconf - where to find nsd-checkconf executable.
22 # env.statefile /usr/local/var/munin/plugin-state/nsd-state
23 # env.nsd_conf /usr/local/etc/nsd.conf
24 # env.nsd_control /usr/local/sbin/nsd-contro
    [all...]
  /src/sys/arch/amigappc/amigappc/
autoconf.c 210 #if NSD > 0
227 #if NSD > 0
248 #if NSD > 0
331 #if NSD > 0
  /src/sys/arch/hp300/stand/common/
samachdep.h 43 #define NSD 8
sd.c 81 struct sd_softc sd_softc[NSCSI][NSD];
210 if (unit >= NSD)
  /src/sys/arch/next68k/stand/boot/
sd.c 65 #define NSD 7
203 if (lun >= NSD)
208 for(cnt=0, unit=0; unit < NSD; unit++)
221 if (unit >= NSD)
  /src/sys/arch/vax/vax/
autoconf.c 208 #if NSD > 0 || NCD > 0
231 #if NSD > 0 || NCD > 0
354 #if NSD > 0 || NCD > 0
  /src/sys/arch/amiga/amiga/
autoconf.c 370 #if NSD > 0
387 #if NSD > 0
408 #if NSD > 0
491 #if NSD > 0
  /src/sys/arch/atari/atari/
autoconf.c 224 #if NSD > 0
  /src/external/bsd/nsd/dist/
configure 3 # Generated by GNU Autoconf 2.72 for NSD 4.14.0.
5 # Report bugs to <https://github.com/NLnetLabs/nsd/issues or nsd-bugs@nlnetlabs.nl>.
274 $0: https://github.com/NLnetLabs/nsd/issues or
275 $0: nsd-bugs@nlnetlabs.nl about your system, including any
606 PACKAGE_NAME='NSD'
607 PACKAGE_TARNAME='nsd'
609 PACKAGE_STRING='NSD 4.14.0'
610 PACKAGE_BUGREPORT='https://github.com/NLnetLabs/nsd/issues or nsd-bugs@nlnetlabs.nl
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp 965 if (auto *NSD = dyn_cast<NamespaceDecl>(D)) {
966 for (auto *I : NSD->decls())
  /src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp 1546 auto *NSD = dyn_cast<NamespaceDecl>(this);
1547 InternalLinkage = (NSD && NSD->isAnonymousNamespace()) ||
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h 7350 else if (const auto *NSD = dyn_cast<NamespaceDecl>(&Node))
7351 return NSD->isInline();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp 7244 if (const auto *NSD = dyn_cast<NamespaceDecl>(D)) {
7245 if (NSD->isAnonymousNamespace()) {

Completed in 50 milliseconds