| /src/external/mpl/bind/dist/lib/dns/ |
| nta.c | 1 /* $NetBSD: nta.c,v 1.15 2026/05/20 16:53:45 christos Exp $ */ 37 #include <dns/nta.h> 74 dns__nta_shutdown(dns__nta_t *nta); 93 dns__nta_destroy(dns__nta_t *nta) { 94 REQUIRE(nta->timer == NULL); 96 nta->magic = 0; 97 if (dns_rdataset_isassociated(&nta->rdataset)) { 98 dns_rdataset_disassociate(&nta->rdataset); 100 if (dns_rdataset_isassociated(&nta->sigrdataset)) { 101 dns_rdataset_disassociate(&nta->sigrdataset) 193 dns__nta_t *nta = resp->arg; local 225 dns__nta_t *nta = arg; local 284 dns__nta_t *nta = NULL; local 312 dns__nta_t *nta = NULL; local 380 dns__nta_t *nta; member in struct:dns__nta_async_data 387 dns__nta_t *nta = data->nta; local 423 dns__nta_t *nta = NULL; local 604 dns__nta_t *nta = arg; local 660 dns__nta_t *nta = pval; local 667 dns__nta_t *nta = pval; local 674 dns__nta_t *nta = pval; local [all...] |
| view.c | 53 #include <dns/nta.h> 94 result = isc_file_sanitize(NULL, name, "nta", buffer, sizeof(buffer)); 2055 /* Open NTA save file for overwrite. */ 2085 /* Don't leave half-baked NTA save files lying around. */ 2185 "ignoring expired NTA at %s", nb);
|
| /src/sys/external/bsd/gnu-efi/dist/lib/ia64/ |
| setjmp.S | 27 stf.spill.nta [in0] = f2, 0x10 28 st8.spill.nta [r10] = r4, 8 31 stf.spill.nta [in0] = f3, 0x10 32 st8.spill.nta [r10] = r5, 8 35 stf.spill.nta [in0] = f4, 0x10 36 st8.spill.nta [r10] = r6, 8 39 stf.spill.nta [in0] = f5, 0x10 40 st8.spill.nta [r10] = r7, 8 43 stf.spill.nta [in0] = f16, 0x10 44 st8.spill.nta [r10] = sp, [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| nta.c | 1 /* $NetBSD: nta.c,v 1.1 2024/02/18 20:57:32 christos Exp $ */ 36 #include <dns/nta.h> 61 * Obtain a reference to the nta object. Released by 65 nta_ref(dns_nta_t *nta) { 66 isc_refcount_increment(&nta->refcount); 72 dns_nta_t *nta = *ntap; local 75 if (isc_refcount_decrement(&nta->refcount) == 1) { 76 isc_refcount_destroy(&nta->refcount); 77 nta->magic = 0; 78 if (nta->timer != NULL) 100 dns_nta_t *nta = (dns_nta_t *)data; local 189 dns_nta_t *nta = devent->ev_arg; local 246 dns_nta_t *nta = event->ev_arg; local 307 dns_nta_t *nta = NULL; local 339 dns_nta_t *nta = NULL; local 439 dns_nta_t *nta = NULL; local 712 dns_nta_t *nta = (dns_nta_t *)node->data; local [all...] |
| view.c | 53 #include <dns/nta.h> 114 result = isc_file_sanitize(NULL, view->name, "nta", buffer, 2412 /* Open NTA save file for overwrite. */ 2442 /* Don't leave half-baked NTA save files lying around. */ 2543 "ignoring expired NTA at %s", nb);
|
| /src/external/mpl/bind/dist/bin/tests/system/nta/ns4/ |
| named.conf.j2 | 27 nta-lifetime 12s; 28 nta-recheck 9s;
|
| /src/external/mpl/bind/dist/bin/tests/system/dnssec/ns4/ |
| named.conf.j2 | 29 nta-lifetime 12s; 30 nta-recheck 9s;
|
| /src/external/mpl/bind/dist/bin/tests/system/checkconf/ |
| bad-lifetime.conf | 15 nta-lifetime 8d;
|
| good.conf.j2 | 87 nta-lifetime 604800; 88 nta-recheck 604800;
|
| /src/external/apache2/mDNSResponder/dist/mDNSCore/ |
| uDNS.c | 1046 if (q->nta != mDNSNULL) 1048 const DNSQuestion *const zone_question = &(q->nta->question); 1053 CancelGetZoneData(m, q->nta); 1054 q->nta = mDNSNULL; 1716 if (q->nta) CancelGetZoneData(m, q->nta); 1717 q->nta = StartGetZoneData(m, &q->qname, ZoneServiceLLQ, LLQGotZoneData, q); 2073 (r->state == regState_Pending && r->nta && !mDNSIPv4AddressIsZero(r->nta->Addr.ip.v4))) 2106 if (!rr->nta || mDNSIPv4AddressIsZero(rr->nta->Addr.ip.v4) [all...] |
| mDNS.c | 1438 if (rr->nta) { CancelGetZoneData(m, rr->nta); rr->nta = mDNSNULL; } 1854 rr->nta = mDNSNULL; 2409 if (rr->nta) { CancelGetZoneData(m, rr->nta); rr->nta = mDNSNULL; } 7080 if (question->nta) { CancelGetZoneData(m, question->nta); question->nta = mDNSNULL; [all...] |
| mDNSEmbeddedAPI.h | 1527 ZoneData *nta; member in struct:AuthRecord_struct 1967 ZoneData *nta; // Used for getting zone data for private or LLQ query member in struct:DNSQuestion_struct 2140 extern void CancelGetZoneData(mDNS *const m, ZoneData *nta);
|
| DNSCommon.c | 1811 rr->nta = mDNSNULL;
|
| /src/external/mpl/bind/dist/bin/tests/system/nta/ |
| tests_nta.py | 59 # no nta lifetime specified: 60 response = ns4.rndc("nta -l '' foo", raise_on_exception=False) 61 assert "'nta' failed: bad ttl" in response.err 63 # bad nta lifetime: 64 response = ns4.rndc("nta -l garbage foo", raise_on_exception=False) 65 assert "'nta' failed: bad ttl" in response.err 67 # excessive nta lifetime: 68 response = ns4.rndc("nta -l 7d1h foo", raise_on_exception=False) 69 assert "'nta' failed: out of range" in response.err 76 ns4.rndc("nta -f -l 20s bogus.example" [all...] |
| /src/sys/kern/ |
| subr_cpufreq.c | 166 struct timespec nta, ntb; local 192 nanotime(&nta); 195 timespecsub(&ntb, &nta, &ntb);
|
| /src/external/mpl/bind/dist/bin/tests/system/rndc/ |
| tests.sh | 497 echo_i "testing rndc nta time limits ($n)" 499 $RNDCCMD4 nta -l 2h nta1.example >rndc.out.1.test$n 2>&1 501 $RNDCCMD4 nta -l 1d nta2.example >rndc.out.2.test$n 2>&1 503 $RNDCCMD4 nta -l 1w nta3.example >rndc.out.3.test$n 2>&1 505 $RNDCCMD4 nta -l 8d nta4.example >rndc.out.4.test$n 2>&1 && ret=1 506 grep "NTA lifetime cannot exceed one week" rndc.out.4.test$n >/dev/null || ret=1 511 echo_i "testing rndc nta -class option ($n)" 514 $RNDCCMD4 nta -c in nta1.example >rndc.out.1.test$n 2>&1 515 nextpart ns4/named.run | grep "added NTA 'nta1.example'" >/dev/null || ret=1 516 $RNDCCMD4 nta -c any nta1.example >rndc.out.2.test$n 2>& [all...] |
| /src/external/mpl/bind/dist/tests/dns/ |
| keytable_test.c | 37 #include <dns/nta.h> 597 ISC_LOOP_TEST_IMPL(nta) { 645 /* NTA covered */ 650 /* Not NTA covered */ 655 /* As of now + 2, the NTA should be clear */ 704 ISC_TEST_ENTRY_CUSTOM(nta, setup_test, teardown_test)
|
| /src/external/mpl/bind/lib/libdns/ |
| Makefile | 52 ncache.c nsec.c nsec3.c nta.c order.c peer.c qp.c qpcache.c \
|
| /src/external/mpl/bind/dist/bin/tests/system/dnssec/ |
| tests.sh | 2312 rndccmd 10.53.0.4 nta -f -l 20s bogus.example 2>&1 | sed 's/^/ns4 /' | cat_i 2313 rndccmd 10.53.0.4 nta badds.example 2>&1 | sed 's/^/ns4 /' | cat_i 2316 rndccmd 10.53.0.4 nta -d >rndc.out.ns4.test$n.1 2319 rndccmd 10.53.0.4 nta secure.example 2>&1 | sed 's/^/ns4 /' | cat_i 2320 rndccmd 10.53.0.4 nta fakenode.secure.example 2>&1 | sed 's/^/ns4 /' | cat_i 2323 rndccmd 10.53.0.4 nta -d >rndc.out.ns4.test$n.2 2329 if [ "$ret" -ne 0 ]; then echo_i "failed - adding NTA's failed"; fi 2334 # check behavior with NTA's in place 2356 if [ "$ret" -ne 0 ]; then echo_i "failed - with NTA's in place failed"; fi 2360 echo_i "waiting for NTA rechecks/expirations [all...] |
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| view.h | 75 #include <dns/nta.h> 965 * \li 'nta' is not NULL and '*nta' is NULL. 1016 * If 'checknta' is false, ignore the NTA table in determining 1019 * name is covered by an NTA. 1158 * Save NTA for names in this view to a file. 1167 * Loads NTA for names in this view from a file.
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| LegalizeTypes.cpp | 599 SmallSetVector<SDNode*, 16> &nta) 601 DTL(dtl), NodesToAnalyze(nta) {}
|
| /src/external/mpl/bind/dist/bin/named/ |
| server.c | 89 #include <dns/nta.h> 5770 result = named_config_get(maps, "nta-recheck", &obj); 5775 result = named_config_get(maps, "nta-lifetime", &obj); 15861 msg = "could not parse NTA lifetime"; 15866 msg = "NTA lifetime cannot exceed one week"; 15896 * If -dump was specified, list NTA's and return 15929 "NTA command"); 15933 /* Get the NTA name if not found above. */ 16026 "added NTA '%s' (%d sec) in view '%s'", 16056 "removed NTA '%s' in view %s", namebuf [all...] |