Searched refs:forward (Results 1 - 25 of 30) sorted by relevance

12

/bind-9.11.3/bin/tests/system/forward/ns4/
H A Dnamed.conf29 type forward;
30 forward first;
35 type forward;
40 type forward;
41 forward only;
46 type forward;
47 forward only;
52 type forward;
53 forward only;
/bind-9.11.3/bin/tests/system/forward/ns3/
H A Dnamed.conf22 forward first;
31 type forward;
32 forward first;
37 type forward;
38 forward first;
43 type forward;
44 forward only;
/bind-9.11.3/bin/tests/system/forward/
H A Drfc1918-notinherited.conf10 type forward;
11 forward first;
H A Dula-notinherited.conf10 type forward;
11 forward first;
H A Drfc1918-inherited.conf10 type forward;
H A Dula-inherited.conf10 type forward;
/bind-9.11.3/bin/tests/system/forward/ns1/
H A Dnamed.conf54 /* A forward zone without forwarders. */
56 type forward;
/bind-9.11.3/bin/tests/system/checkconf/
H A Dbad-sharedzone2.conf24 forward only;
H A Dgood.conf98 forward only;
123 forward only;
/bind-9.11.3/bin/tests/system/lwresd/lwresd1/
H A Dnosearch.conf17 forward only;
H A Dlwresd.conf17 forward only;
/bind-9.11.3/bin/tests/system/wildcard/ns4/
H A Dnamed.conf23 forward only;
/bind-9.11.3/bin/tests/system/forward/ns5/
H A Dnamed.conf21 forward only;
/bind-9.11.3/bin/tests/system/cacheclean/ns2/
H A Dnamed.conf41 type forward;
/bind-9.11.3/bin/tests/system/rpz/ns6/
H A Dnamed.conf19 forward only;
/bind-9.11.3/bin/tests/system/tcp/ns4/
H A Dnamed.conf23 forward only;
/bind-9.11.3/bin/tests/system/views/ns2/
H A Dnamed2.conf77 forward only;
/bind-9.11.3/contrib/scripts/
H A Dnamed-bootconf.sh128 forward-only )
129 echo " forward only;" >>$OPTIONFILE
234 echo " forward only;" >>$OPTIONFILE
/bind-9.11.3/bin/tests/
H A Drbt_test.c185 iterate(dns_rbt_t *rbt, isc_boolean_t forward) { argument
199 if (forward) {
200 printf("iterating forward\n" );
417 } else if (CMDCHECK("forward")) {
H A Dbyaddr_test.c33 #include <dns/forward.h>
H A Dbyname_test.c33 #include <dns/forward.h>
H A Dnamed.conf89 // The "forward" option is only meaningful if you've defined
93 // "forward only;" which is what used to be specified with
94 // "slave" or "options forward-only". "only" will never attempt
96 forward first;
227 forward first;
251 forward only;
/bind-9.11.3/lib/dns/
H A Dzone.c613 * Hold forward state.
4495 * if there happens to be a journal file, we can roll forward from
10514 dns_forward_t *forward; local
10522 for (forward = ISC_LIST_HEAD(zone->forwards);
10523 forward != NULL;
10524 forward = ISC_LIST_NEXT(forward, link)) {
10525 if (forward->request != NULL)
10526 dns_request_cancel(forward->request);
15622 forward_destroy(dns_forward_t *forward) { argument
15640 sendtomaster(dns_forward_t *forward) argument
15701 dns_forward_t *forward; local
15806 dns_forward_t *forward; local
[all...]
H A Dforward.c18 #include <dns/forward.h>
H A Dupdate.c895 isc_boolean_t forward)
909 if (forward)
917 if (forward)
893 next_active(dns_update_log_t *log, dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *ver, dns_name_t *oldname, dns_name_t *newname, isc_boolean_t forward) argument

Completed in 110 milliseconds

12