Searched refs:localhost (Results 1 - 13 of 13) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/startperf/
H A Dsetup.sh29 listen-on { localhost; };
30 listen-on-v6 { localhost; };
33 allow-transfer { localhost; };
/bind-9.6-ESV-R11/bin/tests/system/logfileconfig/ns1/
H A Drndc.conf20 default-server localhost;
23 server localhost {
25 addresses { localhost port 9593; };
/bind-9.6-ESV-R11/contrib/zkt/examples/flat/
H A Dnamed.conf71 allow { localhost; };
73 allow { localhost; };
89 zone "localhost" in {
91 file "localhost.zone";
H A Ddist.sh32 server=localhost # fqdn of remote name server
/bind-9.6-ESV-R11/contrib/zkt/examples/hierarchical/
H A Dnamed.conf72 allow { localhost; }
75 allow { localhost; }
92 zone "localhost" in {
94 file "localhost.zone";
/bind-9.6-ESV-R11/bin/rndc/
H A Drndc.conf25 default-server localhost;
29 server localhost {
/bind-9.6-ESV-R11/bin/named/
H A Dsortlist.c85 ns_g_server->aclenv.localhost != NULL) {
86 *argp = ns_g_server->aclenv.localhost;
H A Dlwresd.c805 struct in_addr localhost; local
808 localhost.s_addr = htonl(INADDR_LOOPBACK);
809 isc_sockaddr_fromin(&address, &localhost, port);
H A Dcontrolconf.c1370 struct in_addr localhost; local
1374 localhost.s_addr = htonl(INADDR_LOOPBACK);
1375 isc_sockaddr_fromin(&addr, &localhost, 0);
H A Dinterfacemgr.c512 /* First add localhost address */
514 result = dns_iptable_addprefix(mgr->aclenv.localhost->iptable,
690 result = clearacl(mgr->mctx, &mgr->aclenv.localhost);
/bind-9.6-ESV-R11/lib/dns/
H A Dacl.c395 if (env == NULL || env->localhost == NULL)
397 inner = env->localhost;
588 * Initialize ACL environment, setting up localhost and localnets ACLs
593 env->localhost = NULL;
595 result = dns_acl_create(mctx, 0, &env->localhost);
605 dns_acl_detach(&env->localhost);
612 dns_acl_detach(&t->localhost);
613 dns_acl_attach(s->localhost, &t->localhost);
621 dns_acl_detach(&env->localhost);
[all...]
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dacl.h88 dns_acl_t *localhost; member in struct:dns_aclenv
166 * Initialize ACL environment, setting up localhost and localnets ACLs
/bind-9.6-ESV-R11/bin/nsupdate/
H A Dnsupdate.c746 struct in_addr localhost; local
751 localhost.s_addr = htonl(INADDR_LOOPBACK);
752 isc_sockaddr_fromin(&servers[0], &localhost, DNSDEFAULTPORT);

Completed in 29 milliseconds