Home
last modified time | relevance | path

Searched refs:min_ttl (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnsdb/src/
H A Dnsec3_name_error.c79 s32 min_ttl; in nsec3_closest_encloser_from_fqdn() local
80 zdb_zone_getminttl(zone, &min_ttl); in nsec3_closest_encloser_from_fqdn()
88 min_ttl in nsec3_closest_encloser_from_fqdn()
124 s32 min_ttl; in nsec3_wild_closest_encloser() local
125 zdb_zone_getminttl(zone, &min_ttl); in nsec3_wild_closest_encloser()
133 min_ttl in nsec3_wild_closest_encloser()
257 s32 min_ttl; in nsec3_name_error() local
258 zdb_zone_getminttl(zone, &min_ttl); in nsec3_name_error()
266 min_ttl in nsec3_name_error()
H A Dzdb_query_ex.c536 s32 min_ttl; in zdb_query_ex_add_nsec_interval() local
605 s32 min_ttl; in zdb_query_ex_answer_append_soa() local
655 s32 min_ttl; in zdb_query_ex_answer_append_soa_rrsig() local
715 s32 min_ttl; in zdb_query_ex_answer_append_soa_nttl() local
770 s32 min_ttl; in zdb_query_ex_answer_append_soa_rrsig_nttl() local
839 s32 min_ttl;
1150 s32 min_ttl; in zdb_query_ex_append_nsec3_nodata() local
1365 s32 min_ttl; in zdb_query_ex_append_wild_nsec3_data() local
1430 s32 min_ttl; in zdb_query_ex_append_nsec3_delegation() local
1449 min_ttl in zdb_query_ex_append_nsec3_delegation()
[all …]
H A Dnsec3_nodata_error.c94 s32 min_ttl; in nsec3_nodata_error() local
95 zdb_zone_getminttl(zone, &min_ttl); in nsec3_nodata_error()
103 min_ttl in nsec3_nodata_error()
211 s32 min_ttl; in nsec3_wild_nodata_error() local
212 zdb_zone_getminttl(zone, &min_ttl); in nsec3_wild_nodata_error()
220 min_ttl in nsec3_wild_nodata_error()
H A Dzdb_zone_label_iterator_ex.c76 iter->min_ttl = zone->min_ttl; in zdb_zone_label_iterator_ex_init()
148 iter->min_ttl in zdb_zone_label_iterator_ex_hasnext()
/dports/dns/knot-resolver/knot-resolver-5.4.3/modules/priming/
H A Dpriming.lua11 internal.min_ttl = 0 -- minimal TTL of NS records
72 log_info(ffi.C.LOG_GRP_PRIMING, "triggered priming query, next in %d seconds", internal.min_ttl)
73 internal.event = event.after(internal.min_ttl * sec, internal.prime)
92 internal.min_ttl = math.min(internal.min_ttl, rr:ttl())
109 internal.min_ttl = math.max(1, cache.max_ttl()) -- sanity check for disabled cache
/dports/net/rtpproxy/rtpproxy-2.1.1/src/
H A Drtpp_command_rcache.c43 double min_ttl; member
63 rtpp_cmd_rcache_ctor(struct rtpp_timed *rtpp_timed_cf, double min_ttl) in rtpp_cmd_rcache_ctor() argument
87 pvt->min_ttl = min_ttl; in rtpp_cmd_rcache_ctor()
131 rep->etime = ctime + pvt->min_ttl; in rtpp_cmd_rcache_insert()
/dports/mail/libspf2/libspf2-1.2.10/src/libspf2/
H A Dspf_dns_cache.c102 time_t min_ttl; member
341 if ( cached_rr->ttl < spfhook->min_ttl ) in SPF_dns_cache_rr_fixup()
342 cached_rr->ttl = spfhook->min_ttl; in SPF_dns_cache_rr_fixup()
537 spfhook->min_ttl = 30; in SPF_dns_cache_new()
556 time_t min_ttl, time_t err_ttl, in SPF_dns_cache_set_ttl() argument
567 spfhook->min_ttl = min_ttl; in SPF_dns_cache_set_ttl()
/dports/net/ndisc6/ndisc6-1.0.5/src/
H A Dtraceroute.c629 for (unsigned ttl = min_ttl; ttl <= max_ttl; ttl++) in display()
916 size_t packet_len, int min_ttl, int max_ttl) in traceroute() argument
1076 if (max_ttl >= min_ttl) in traceroute()
1078 tracetest_t tab[(1 + max_ttl - min_ttl) * retries]; in traceroute()
1082 step < (1 + max_ttl - min_ttl) + retries; in traceroute()
1089 unsigned total = retries * (max_ttl - min_ttl + 1); in traceroute()
1101 int hlim = min_ttl + step + i - retries; in traceroute()
1103 if ((hlim > max_ttl) || (hlim < min_ttl)) in traceroute()
1141 if ((hlim > max_ttl) || (hlim < min_ttl)) in traceroute()
1145 attempt = min_ttl + step - (hlim + 1); in traceroute()
[all …]
/dports/dns/gdnsd2/gdnsd-2.4.3/src/
H A Dconf.c70 .min_ttl = 5U,
238 CFG_OPT_UINT(options, min_ttl, 1LU, 86400LU); in conf_load()
240 if(cfg->max_ttl < cfg->min_ttl) in conf_load()
241 …e global option 'max_ttl' (%u) cannot be smaller than 'min_ttl' (%u)", cfg->max_ttl, cfg->min_ttl); in conf_load()
243 if(cfg->max_ncache_ttl < cfg->min_ttl) in conf_load()
244 …n 'max_ncache_ttl' (%u) cannot be smaller than 'min_ttl' (%u)", cfg->max_ncache_ttl, cfg->min_ttl); in conf_load()
/dports/dns/dnsviz/dnsviz-0.9.2/dnsviz/
H A Dresolver.py633 min_ttl = None
649 if min_ttl is None or a_rrsets[a_rdtype].ttl < min_ttl:
650 min_ttl = a_rrsets[a_rdtype].ttl
654 a_rrsets[a_rdtype].update_ttl(min_ttl)
659 if min_ttl is not None:
660 ns_rrset.update_ttl(min_ttl)
669 min_ttl = None
689 … if min_ttl is None or a_rrsets[a_rdtype].ttl < min_ttl:
690 min_ttl = a_rrsets[a_rdtype].ttl
699 if min_ttl is not None:
[all …]
/dports/security/snort/snort-2.9.18/doc/
H A DREADME.normalize158 config min_ttl: <min_ttl>
161 <min_ttl> ::= (1..255)
162 <new_ttl> ::= (<min_ttl>+1..255)
164 If new_ttl > min_ttl, then if a packet is received with a TTL < min_ttl, the
169 preprocessor stream5_tcp: min_ttl <#>
171 By default min_ttl = 1 and new_ttl = 0 (TTL normalization is disabled).
/dports/net/belle-sip/belle-sip-1.6.3-0/src/
H A Dbelle_sip_resolver.c107 uint32_t min_ttl; member
173 obj->min_ttl = UINT32_MAX; in belle_sip_resolver_context_init()
424 ctx->cb(ctx->cb_data, ctx->name, *ai_list, BELLE_SIP_RESOLVER_CONTEXT(obj)->min_ttl); in simple_resolver_context_notify()
438 ctx->cb(ctx->cb_data, ctx->name, results, BELLE_SIP_RESOLVER_CONTEXT(obj)->min_ttl); in dual_resolver_context_notify()
456 ctx->cb(ctx->cb_data, ctx->name, ctx->final_results, BELLE_SIP_RESOLVER_CONTEXT(obj)->min_ttl); in combined_resolver_context_notify()
521 …if (rr.ttl < BELLE_SIP_RESOLVER_CONTEXT(ctx)->min_ttl) BELLE_SIP_RESOLVER_CONTEXT(ctx)->min_ttl = … in resolver_process_data()
530 …if (rr.ttl < BELLE_SIP_RESOLVER_CONTEXT(ctx)->min_ttl) BELLE_SIP_RESOLVER_CONTEXT(ctx)->min_ttl = … in resolver_process_data()
538 …if (rr.ttl < BELLE_SIP_RESOLVER_CONTEXT(ctx)->min_ttl) BELLE_SIP_RESOLVER_CONTEXT(ctx)->min_ttl = … in resolver_process_data()
937 if (ttl < BELLE_SIP_RESOLVER_CONTEXT(obj)->min_ttl) BELLE_SIP_RESOLVER_CONTEXT(obj)->min_ttl = ttl; in combined_resolver_context_check_finished()
964 …E_SIP_RESOLVER_CONTEXT(srv->root_resolver)->min_ttl) BELLE_SIP_RESOLVER_CONTEXT(srv->root_resolver… in process_a_from_srv()
[all …]
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/normalize/
H A Dnormalize.cc67 opts += ", min_ttl = " + std::to_string(policy->min_ttl); in print_ip4()
95 opts += ", min_ttl = " + std::to_string(policy->min_ttl); in print_ip6()
234 if ( nap->new_ttl && nap->new_ttl < nap->min_ttl ) in configure()
235 nap->new_ttl = nap->min_ttl; in configure()
237 if ( (nap->new_ttl > 1) && (nap->new_ttl >= nap->min_ttl) ) in configure()
/dports/dns/py-namebench/namebench-1.3.1/nb_third_party/dns/
H A Dresolver.py98 min_ttl = -1
104 if min_ttl == -1 or rrset.ttl < min_ttl:
105 min_ttl = rrset.ttl
114 if min_ttl == -1 or crrset.ttl < min_ttl:
115 min_ttl = crrset.ttl
126 self.expiration = time.time() + min_ttl
/dports/dns/knot-resolver/knot-resolver-5.4.3/tests/integration/deckard/sets/resolver/
H A Diter_minmaxttl.rpl4 features: min_ttl = 300
24 example.com. 0 IN A 5.6.7.8 ; TTL smaller than min_ttl
100 ; time 200 < min_ttl 300: returns cached answer
121 ; time 400 > min_ttl 300: returns new answer
/dports/net/scamper/scamper-cvs-20211026/utils/sc_tracediff/
H A Dsc_tracediff.c301 uint8_t min_ttl; in tracepair_dump() local
328 min_ttl = 0; in tracepair_dump()
334 if(min_ttl == 0 || min_ttl > trace->firsthop) in tracepair_dump()
335 min_ttl = trace->firsthop; in tracepair_dump()
361 for(i=min_ttl-1; i<max_ttl; i++) in tracepair_dump()
/dports/security/snort/snort-2.9.18/src/preprocessors/
H A Dspp_normalize.c248 if ( (policy->new_ttl > 1) && (policy->new_ttl >= policy->min_ttl) ) in Parse_IP4()
272 if ( (policy->new_ttl > 1) && (policy->new_ttl >= policy->min_ttl) ) in Parse_IP6()
505 int min = sc->targeted_policies[pid]->min_ttl; in Print_IP4()
530 int min = sc->targeted_policies[pid]->min_ttl; in Print_IP6()
663 if ( policy->new_ttl && policy->new_ttl < policy->min_ttl ) in Preproc_PostInit()
665 policy->new_ttl = policy->min_ttl; in Preproc_PostInit()
866 if ( policy->new_ttl && policy->new_ttl < policy->min_ttl ) in Reload_VerifyPolicy()
868 policy->new_ttl = policy->min_ttl; in Reload_VerifyPolicy()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dns/
H A Dresolver.py208 min_ttl = -1
214 if min_ttl == -1 or rrset.ttl < min_ttl:
215 min_ttl = rrset.ttl
224 if min_ttl == -1 or crrset.ttl < min_ttl:
225 min_ttl = crrset.ttl
246 if min_ttl == -1 or srrset.ttl < min_ttl:
247 min_ttl = srrset.ttl
248 if srrset[0].minimum < min_ttl:
249 min_ttl = srrset[0].minimum
256 self.expiration = time.time() + min_ttl
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/dns/
H A Dresolver.py210 min_ttl = -1
216 if min_ttl == -1 or rrset.ttl < min_ttl:
217 min_ttl = rrset.ttl
226 if min_ttl == -1 or crrset.ttl < min_ttl:
227 min_ttl = crrset.ttl
248 if min_ttl == -1 or srrset.ttl < min_ttl:
249 min_ttl = srrset.ttl
250 if srrset[0].minimum < min_ttl:
251 min_ttl = srrset[0].minimum
258 self.expiration = time.time() + min_ttl
/dports/dns/py-dnspython/dnspython-1.16.0/dns/
H A Dresolver.py208 min_ttl = -1
214 if min_ttl == -1 or rrset.ttl < min_ttl:
215 min_ttl = rrset.ttl
224 if min_ttl == -1 or crrset.ttl < min_ttl:
225 min_ttl = crrset.ttl
246 if min_ttl == -1 or srrset.ttl < min_ttl:
247 min_ttl = srrset.ttl
248 if srrset[0].minimum < min_ttl:
249 min_ttl = srrset[0].minimum
256 self.expiration = time.time() + min_ttl
/dports/security/snort3/snort3-3.1.19.0/tools/snort2lua/config_states/
H A Dconfig_one_int_option.cc210 static const std::string min_ttl = "min_ttl"; variable
213 min_ttl,
214 config_int_ctor<& min_ttl, & network>,
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/libdoh-0.9.2/src/
H A Ddns.rs136 pub fn min_ttl(packet: &[u8], min_ttl: u32, max_ttl: u32, failure_ttl: u32) -> Result<u32, Error> { in min_ttl() function
157 if found_min_ttl < min_ttl { in min_ttl()
158 found_min_ttl = min_ttl; in min_ttl()
/dports/finance/electrum/Electrum-4.1.5/packages/dns/
H A Dresolver.py209 min_ttl = -1
215 if min_ttl == -1 or rrset.ttl < min_ttl:
216 min_ttl = rrset.ttl
225 if min_ttl == -1 or crrset.ttl < min_ttl:
226 min_ttl = crrset.ttl
243 if min_ttl == -1 or srrset.ttl < min_ttl:
244 min_ttl = srrset.ttl
245 if srrset[0].minimum < min_ttl:
246 min_ttl = srrset[0].minimum
253 self.expiration = time.time() + min_ttl
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/dns/
H A Dresolver.py209 min_ttl = -1
215 if min_ttl == -1 or rrset.ttl < min_ttl:
216 min_ttl = rrset.ttl
225 if min_ttl == -1 or crrset.ttl < min_ttl:
226 min_ttl = crrset.ttl
243 if min_ttl == -1 or srrset.ttl < min_ttl:
244 min_ttl = srrset.ttl
245 if srrset[0].minimum < min_ttl:
246 min_ttl = srrset[0].minimum
253 self.expiration = time.time() + min_ttl
/dports/dns/knot-resolver/knot-resolver-5.4.3/tests/config/
H A Dcache.test.lua13 is(cache.min_ttl(1), 1, 'allows setting minimum TTL')
14 is(cache.min_ttl(), 1, 'stored minimum TTL')

12345678910>>...12