Searched refs:nta (Results 1 - 11 of 11) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dnta.c26 #include <dns/nta.h>
53 * Obtain a reference to the nta object. Released by
57 nta_ref(dns_nta_t *nta) { argument
58 isc_refcount_increment(&nta->refcount, NULL);
64 dns_nta_t *nta = *ntap; local
66 REQUIRE(VALID_NTA(nta));
69 isc_refcount_decrement(&nta->refcount, &refs);
71 nta->magic = 0;
72 if (nta->timer != NULL) {
73 (void) isc_timer_reset(nta
93 dns_nta_t *nta = (dns_nta_t *) data; local
200 dns_nta_t *nta = devent->ev_arg; local
249 dns_nta_t *nta = event->ev_arg; local
279 settimer(dns_ntatable_t *ntatable, dns_nta_t *nta, isc_uint32_t lifetime) argument
304 dns_nta_t *nta = NULL; local
345 dns_nta_t *nta = NULL; local
435 dns_nta_t *nta = NULL; local
[all...]
H A Dview.c43 #include <dns/nta.h>
103 result = isc_file_sanitize(NULL, view->name, "nta",
/bind-9.11.3/bin/tests/system/dnssec/ns4/
H A Dnamed1.conf29 nta-lifetime 12s;
30 nta-recheck 9s;
/bind-9.11.3/bin/tests/system/checkconf/
H A Dbad-lifetime.conf10 nta-lifetime 8d;
H A Dgood.conf64 nta-lifetime 604800;
65 nta-recheck 604800;
/bind-9.11.3/bin/tests/system/rndc/
H A Dclean.sh18 rm -f ns4/*.nta
H A Dtests.sh466 echo "I:testing rndc nta time limits ($n)"
468 $RNDCCMD4 nta -l 2h nta1.example > rndc.out.1.test$n 2>&1
470 $RNDCCMD4 nta -l 1d nta2.example > rndc.out.2.test$n 2>&1
472 $RNDCCMD4 nta -l 1w nta3.example > rndc.out.3.test$n 2>&1
474 $RNDCCMD4 nta -l 8d nta4.example > rndc.out.4.test$n 2>&1
533 $RNDC -s 10.53.0.5 -p 9953 -c ../common/rndc.conf nta -dump > rndc.out.2.test$n 2>&1 || ret=1
/bind-9.11.3/lib/dns/tests/
H A Dkeytable_test.c27 #include <dns/nta.h>
485 ATF_TC(nta); variable
486 ATF_TC_HEAD(nta, tc) {
489 ATF_TC_BODY(nta, tc) {
613 ATF_TP_ADD_TC(tp, nta);
/bind-9.11.3/bin/tests/system/dnssec/
H A Dtests.sh1686 $RNDC -c ../common/rndc.conf -s 10.53.0.4 -p 9953 nta -f -l 20s bogus.example 2>&1 | sed 's/^/I:ns4 /'
1687 $RNDC -c ../common/rndc.conf -s 10.53.0.4 -p 9953 nta badds.example 2>&1 | sed 's/^/I:ns4 /'
1689 $RNDC -c ../common/rndc.conf -s 10.53.0.4 -p 9953 nta -d > rndc.out.ns4.test$n.1
1692 $RNDC -c ../common/rndc.conf -s 10.53.0.4 -p 9953 nta secure.example 2>&1 | sed 's/^/I:ns4 /'
1693 $RNDC -c ../common/rndc.conf -s 10.53.0.4 -p 9953 nta fakenode.secure.example 2>&1 | sed 's/^/I:ns4 /'
1695 $RNDC -c ../common/rndc.conf -s 10.53.0.4 -p 9953 nta -d > rndc.out.ns4.test$n.2
1732 # secure.example and badds.example used default nta-duration
1733 # (configured as 10s in ns4/named1.conf), but nta recheck interval
1749 if [ $ret != 0 ]; then echo "I:failed - checking that default nta's were lifted due to recheck"; fi
1759 # check nta tabl
[all...]
H A Dclean.sh25 rm -f ns*/*.nta
/bind-9.11.3/bin/named/
H A Dserver.c74 #include <dns/nta.h>
4648 result = ns_config_get(maps, "nta-recheck", &obj);
4653 result = ns_config_get(maps, "nta-lifetime", &obj);

Completed in 125 milliseconds