Searched refs:ttl (Results 1 - 25 of 467) sorted by relevance

1234567891011>>

/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Drdataset_test.c49 rdataset.ttl = 900;
50 sigrdataset.ttl = 1000;
55 assert_int_equal(rdataset.ttl, 800);
56 assert_int_equal(sigrdataset.ttl, 800);
58 rdataset.ttl = 900;
59 sigrdataset.ttl = 1000;
64 assert_int_equal(rdataset.ttl, 120);
65 assert_int_equal(sigrdataset.ttl, 120);
67 rdataset.ttl = 900;
68 sigrdataset.ttl
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/checkconf/
H A Dgood-maxncachettl.conf15 max-ncache-ttl 0;
18 max-ncache-ttl 86400;
21 max-ncache-ttl 604800;
24 max-ncache-ttl 3600s;
27 max-ncache-ttl 1h;
30 max-ncache-ttl 1d;
33 max-ncache-ttl 1w;
H A Dgood-maxcachettl.conf15 max-cache-ttl 0;
18 max-cache-ttl 86400;
21 max-cache-ttl 4000000000;
24 max-cache-ttl 3600s;
27 max-cache-ttl 1h;
30 max-cache-ttl 1d;
33 max-cache-ttl 1w;
H A Dgood-minncachettl.conf15 min-ncache-ttl 0;
18 min-ncache-ttl 30;
21 min-ncache-ttl 60;
24 min-ncache-ttl 90s;
27 min-ncache-ttl 1m;
H A Dgood-mincachettl.conf15 min-cache-ttl 0;
18 min-cache-ttl 30;
21 min-cache-ttl 60;
24 min-cache-ttl 90s;
27 min-cache-ttl 1m;
H A Dmax-ttl.conf16 max-zone-ttl 600;
27 max-zone-ttl 300;
33 max-zone-ttl 120;
H A Dkasp-bad-lifetime.conf24 dnskey-ttl PT1H;
28 max-zone-ttl P1D;
31 parent-ds-ttl PT1H;
45 dnskey-ttl PT1H;
49 max-zone-ttl P1D;
52 parent-ds-ttl PT1H;
64 dnskey-ttl PT1H;
68 max-zone-ttl P1D;
71 parent-ds-ttl PT1H;
H A Dbad-maxncachettl-3.conf15 max-ncache-ttl 4000000000;
18 max-ncache-ttl -1;
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Dttl.h1 /* $NetBSD: ttl.h,v 1.7 2024/02/21 22:52:11 christos Exp $ */
18 /*! \file dns/ttl.h */
60 dns_counter_fromtext(isc_textregion_t *source, uint32_t *ttl);
70 dns_ttl_fromtext(isc_textregion_t *source, uint32_t *ttl);
72 * Converts a ttl from either a plain number or a BIND 8 style value.
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dttl.h1 /* $NetBSD: ttl.h,v 1.1 2024/02/18 20:57:39 christos Exp $ */
19 /*! \file dns/ttl.h */
61 dns_counter_fromtext(isc_textregion_t *source, uint32_t *ttl);
71 dns_ttl_fromtext(isc_textregion_t *source, uint32_t *ttl);
73 * Converts a ttl from either a plain number or a BIND 8 style value.
H A Drdatalist.h54 dns_ttl_t ttl; member in struct:dns_rdatalist
H A Dsdb.h175 dns_sdb_putrr(dns_sdblookup_t *lookup, const char *type, dns_ttl_t ttl,
178 dns_sdb_putrdata(dns_sdblookup_t *lookup, dns_rdatatype_t type, dns_ttl_t ttl,
191 const char *type, dns_ttl_t ttl, const char *data);
194 dns_rdatatype_t type, dns_ttl_t ttl, const void *rdata,
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-carp.c54 carp_print(netdissect_options *ndo, const u_char *bp, u_int len, u_int ttl) argument
67 if (ttl != 255)
68 ND_PRINT("[ttl=%u!] ", ttl);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Drdatalist.c61 rdatalist->ttl = 0;
88 rdataset->ttl = rdatalist->ttl;
197 dns_ttl_t ttl; local
231 * Minimise ttl.
233 ttl = rdataset->ttl;
234 if (neg->ttl < ttl) {
235 ttl
302 dns_ttl_t ttl; local
[all...]
H A Dttl.c1 /* $NetBSD: ttl.c,v 1.10 2024/02/21 22:52:08 christos Exp $ */
33 #include <dns/ttl.h>
43 bind_ttl(isc_textregion_t *source, uint32_t *ttl);
136 dns_counter_fromtext(isc_textregion_t *source, uint32_t *ttl) { argument
137 return (bind_ttl(source, ttl));
141 dns_ttl_fromtext(isc_textregion_t *source, uint32_t *ttl) { argument
144 result = bind_ttl(source, ttl);
152 bind_ttl(isc_textregion_t *source, uint32_t *ttl) { argument
161 * No legal counter / ttl is longer that 63 characters.
225 *ttl
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Drdatalist.c61 rdatalist->ttl = 0;
88 rdataset->ttl = rdatalist->ttl;
197 dns_ttl_t ttl; local
231 * Minimise ttl.
233 ttl = rdataset->ttl;
234 if (neg->ttl < ttl) {
235 ttl
302 dns_ttl_t ttl; local
[all...]
H A Dttl.c1 /* $NetBSD: ttl.c,v 1.1 2024/02/18 20:57:34 christos Exp $ */
33 #include <dns/ttl.h>
43 bind_ttl(isc_textregion_t *source, uint32_t *ttl);
136 dns_counter_fromtext(isc_textregion_t *source, uint32_t *ttl) { argument
137 return (bind_ttl(source, ttl));
141 dns_ttl_fromtext(isc_textregion_t *source, uint32_t *ttl) { argument
144 result = bind_ttl(source, ttl);
152 bind_ttl(isc_textregion_t *source, uint32_t *ttl) { argument
161 * No legal counter / ttl is longer that 63 characters.
225 *ttl
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_sasl_auth_cache.h33 int ttl; member in struct:__anon6497
/netbsd-current/external/bsd/unbound/dist/pythonmod/examples/
H A Dresmod.py43 def setTTL(qstate, ttl):
46 qstate.return_msg.rep.ttl = ttl
51 d.rr_ttl[j] = ttl
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dscache.h118 #define scache_save_endp(scache, ttl, endp_label, endp_prop, fd) \
119 (scache)->save_endp((scache), (ttl), (endp_label), (endp_prop), (fd))
122 #define scache_save_dest(scache, ttl, dest_label, dest_prop, endp_label) \
123 (scache)->save_dest((scache), (ttl), (dest_label), (dest_prop), (endp_label))
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/bdbhpt/testing/
H A Dbdbhpt-populate.pl65 my $ttl = $r->{ttl};
73 my $row_value = "$replId $name $ttl $type $data";
162 my ($name, $ttl, $type, $data) = split(/\s+/, $_, 4);
163 my $record = { name=>$name, ttl=>$ttl, type=>$type, data=>$data };
191 if (!defined $r->{ttl} || $r->{ttl} eq '') {
195 if ($r->{ttl} =~ /\D/ || $r->{ttl} <
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/chain/ans4/
H A Dans.py141 ttl = 86400
183 answers.append(dns.rrset.from_text(owner, ttl, IN, CNAME, target))
185 ttl,
192 sigs.append(dns.rrset.from_text(owner, ttl, IN, RRSIG, rrsig))
203 answers.append(dns.rrset.from_text(owner, ttl, IN, CNAME, target))
205 ttl,
212 sigs.append(dns.rrset.from_text(owner, ttl, IN, RRSIG, rrsig))
221 answers.append(dns.rrset.from_text(owner, ttl, IN, DNAME, newdom))
223 ttl,
230 sigs.append(dns.rrset.from_text(owner, ttl, I
[all...]
/netbsd-current/sys/netmpls/
H A Dmpls.h53 uint32_t ttl:8; member in struct:mpls_shim::__anon19052
61 uint32_t ttl:8;
/netbsd-current/external/bsd/nsd/dist/
H A Dixfr.h165 * ttl: the TTL of the SOA record
170 void ixfr_store_add_newsoa(struct ixfr_store* ixfr_store, uint32_t ttl,
176 * ttl: the TTL of the SOA record
181 void ixfr_store_add_oldsoa(struct ixfr_store* ixfr_store, uint32_t ttl,
185 uint16_t type, uint16_t klass, uint32_t ttl, struct buffer* packet,
188 uint16_t type, uint16_t klass, uint32_t ttl, struct buffer* packet,
192 uint32_t ttl, rdata_atom_type* rdatas, ssize_t rdata_num);
195 uint32_t ttl, uint8_t* rdata, size_t rdata_len);
198 uint32_t ttl, rdata_atom_type* rdatas, ssize_t rdata_num);
201 uint32_t ttl, uint8_
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/ttl/
H A Dtests_cache_ttl.py32 assert rr.ttl == expected_ttl

Completed in 293 milliseconds

1234567891011>>