Home
last modified time | relevance | path

Searched refs:max_ttl (Results 1 – 25 of 806) sorted by relevance

12345678910>>...33

/dports/dns/knot3-lib/knot-3.1.5/src/knot/zone/
H A Dmeasure.c37 (m->how_ttl == MEASURE_TTL_LIMIT && m->max_ttl >= m->limit_max_ttl))) { in knot_measure_node()
48 m->max_ttl = MAX(m->max_ttl, node->rrs[i].ttl); in knot_measure_node()
88 return m.max_ttl; in re_measure_max_ttl()
99 zone->max_ttl = m->max_ttl; in knot_measure_finish_zone()
121 update->new_cont->max_ttl = m->max_ttl; in knot_measure_finish_update()
124 if (m->max_ttl >= update->zone->contents->max_ttl) { in knot_measure_finish_update()
125 update->new_cont->max_ttl = m->max_ttl; in knot_measure_finish_update()
126 } else if (update->zone->contents->max_ttl > m->rem_max_ttl) { in knot_measure_finish_update()
127 update->new_cont->max_ttl = update->zone->contents->max_ttl; in knot_measure_finish_update()
129 … update->new_cont->max_ttl = re_measure_max_ttl(update->new_cont, update->zone->contents->max_ttl); in knot_measure_finish_update()
/dports/dns/knot3/knot-3.1.5/src/knot/zone/
H A Dmeasure.c37 (m->how_ttl == MEASURE_TTL_LIMIT && m->max_ttl >= m->limit_max_ttl))) { in knot_measure_node()
48 m->max_ttl = MAX(m->max_ttl, node->rrs[i].ttl); in knot_measure_node()
88 return m.max_ttl; in re_measure_max_ttl()
99 zone->max_ttl = m->max_ttl; in knot_measure_finish_zone()
121 update->new_cont->max_ttl = m->max_ttl; in knot_measure_finish_update()
124 if (m->max_ttl >= update->zone->contents->max_ttl) { in knot_measure_finish_update()
125 update->new_cont->max_ttl = m->max_ttl; in knot_measure_finish_update()
126 } else if (update->zone->contents->max_ttl > m->rem_max_ttl) { in knot_measure_finish_update()
127 update->new_cont->max_ttl = update->zone->contents->max_ttl; in knot_measure_finish_update()
129 … update->new_cont->max_ttl = re_measure_max_ttl(update->new_cont, update->zone->contents->max_ttl); in knot_measure_finish_update()
/dports/net/rtpproxy/rtpproxy-2.1.1/src/
H A Drtpp_ttl.c41 int max_ttl; member
56 rtpp_ttl_ctor(int max_ttl) in rtpp_ttl_ctor() argument
73 pvt->ttl = pvt->max_ttl = max_ttl; in rtpp_ttl_ctor()
101 pvt->ttl = pvt->max_ttl; in rtpp_ttl_reset()
106 rtpp_ttl_reset_with(struct rtpp_ttl *self, int max_ttl) in rtpp_ttl_reset_with() argument
112 pvt->ttl = max_ttl; in rtpp_ttl_reset_with()
113 pvt->max_ttl = max_ttl; in rtpp_ttl_reset_with()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-openldap/scripts/
H A Dacceptance-tests.bats196 max_ttl=10
199 …reation_ldif}" deletion_ldif="${deletion_ldif}" default_ttl="${default_ttl}s" max_ttl="${max_ttl}s"
232 …}" creation_ldif="${creation_ldif}" deletion_ldif="${deletion_ldif}" default_ttl="5s" max_ttl="10s"
236 …}" creation_ldif="${creation_ldif}" deletion_ldif="${deletion_ldif}" default_ttl="5s" max_ttl="10s"
275 max_ttl=20
278 …eletion_ldif}" rollback_ldif="${deletion_ldif}" default_ttl="${default_ttl}s" max_ttl="${max_ttl}s"
326 max_ttl=20
329 …reation_ldif}" deletion_ldif="${deletion_ldif}" default_ttl="${default_ttl}s" max_ttl="${max_ttl}s"
410 max_ttl=20
421 …eletion_ldif}" rollback_ldif="${deletion_ldif}" default_ttl="${default_ttl}s" max_ttl="${max_ttl}s"
/dports/net/serveez/serveez-0.2.2/src/nut-server/
H A Dnut-route.c180 if (hdr->hop > cfg->max_ttl) in nut_validate_packet()
197 if (hdr->ttl > cfg->max_ttl) in nut_validate_packet()
201 hdr->ttl, cfg->max_ttl); in nut_validate_packet()
203 hdr->ttl = (uint8_t) cfg->max_ttl; in nut_validate_packet()
206 if (hdr->ttl + hdr->hop > cfg->max_ttl) in nut_validate_packet()
210 hdr->ttl, cfg->max_ttl - hdr->hop); in nut_validate_packet()
212 hdr->ttl = (uint8_t) (cfg->max_ttl - hdr->hop); in nut_validate_packet()
/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dauto_clnt.c146 int max_ttl; /* time before client disconnect */ member
231 if (auto_clnt->max_ttl > 0) in auto_clnt_open()
233 auto_clnt->max_ttl); in auto_clnt_open()
302 int max_idle, int max_ttl) in auto_clnt_create() argument
322 auto_clnt->max_ttl = max_ttl; in auto_clnt_create()
/dports/x11-toolkits/plib/plib-1.8.5/src/ssgAux/
H A DssgaFire.cxx47 setCreationRate ( (float)(getNumParticles()) / max_ttl ) ; in reInit()
52 tableSize = (int)( 10.0f * max_ttl ) ; in reInit()
81 p -> time_to_live = max_ttl ; in createParticle()
107 int tick = (int)( ( max_ttl - p->time_to_live ) * 10.0f ) ; in updateParticle()
196 update ( 2.0f * max_ttl / (float)(getNumParticles()) ) ; in ssgaFire()
/dports/net/p5-Net-Traceroute-PurePerl/Net-Traceroute-PurePerl-0.10/
H A DPurePerl.pm138 $self->max_ttl(30) unless (defined $self->max_ttl);
189 print $self->max_ttl . " hops max, " . $self->packetlen ." byte packets\n";
295 $self->max_ttl( sprintf('%i',$self->max_ttl));
312 if ($self->max_ttl < 1 or $self->max_ttl > 255);
321 if ($self->first_hop > $self->max_ttl);
378 $currenthop <= $self->max_ttl and
616 if ($currenthop > $self->max_ttl and not keys %packets)
/dports/net-mgmt/pandorafms_server/pandorafms_server-6.0SP2/lib/PandoraFMS/Traceroute/
H A DPurePerl.pm141 $self->max_ttl(30) unless (defined $self->max_ttl);
192 print $self->max_ttl . " hops max, " . $self->packetlen ." byte packets\n";
298 $self->max_ttl( sprintf('%i',$self->max_ttl));
315 if ($self->max_ttl < 1 or $self->max_ttl > 255);
324 if ($self->first_hop > $self->max_ttl);
381 $currenthop <= $self->max_ttl and
619 if ($currenthop > $self->max_ttl and not keys %packets)
/dports/net/libunp/unpv12e/traceroute/
H A Dmain.c12 int max_ttl = 30; variable
26 if ( (max_ttl = atoi(optarg)) <= 1) in main()
51 max_ttl, datalen); in main()
/dports/dns/zkt/zkt-1.1.4/
H A Dzconf.c152 { "Max_TTL", first, 100, CONF_TIMEINT, &def.max_ttl },
257 set_varptr ("max_ttl", &cp->max_ttl, cp2 ? &cp2->max_ttl: NULL); in set_all_varptr()
258 set_varptr ("maximumttl", &cp->max_ttl, cp2 ? &cp2->max_ttl: NULL); in set_all_varptr()
940 long max_ttl; in checkconfig() local
945 max_ttl = z->max_ttl; in checkconfig()
946 if ( max_ttl <= 0 ) in checkconfig()
947 max_ttl = z->sigvalidity; in checkconfig()
975 if ( z->max_ttl <= 0 ) in checkconfig()
981 if ( max_ttl > z->sigvalidity/2 ) in checkconfig()
983 max_ttl, z->sigvalidity); in checkconfig()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netcache/
H A Dnetcached.hpp65 Uint4 max_ttl; member
73 …pass_policy(eNCBlobPassAny), lifespan_ttl(0), max_ttl(0), blob_ttl(0), ver_ttl(0), ttl_unit(0), qu… in SNCSpecificParams()
80 …lifespan_ttl(o.lifespan_ttl), max_ttl(o.max_ttl), blob_ttl(o.blob_ttl), ver_ttl(o.ver_ttl), ttl_un… in SNCSpecificParams()
/dports/security/vault/vault-1.8.2/website/content/api-docs/system/
H A Dconfig-control-group.mdx34 "max_ttl": "4h"
48 - `max_ttl` `int` – The maximum ttl for a control group wrapping token. This can be provided in sec…
54 "max_ttl": "4h"
/dports/sysutils/helmfile/vault-f6547fa8e820/website/pages/api-docs/system/
H A Dconfig-control-group.mdx35 "max_ttl": "4h"
49 - `max_ttl` `int` – The maximum ttl for a control group wrapping token. This can be provided in sec…
55 "max_ttl": "4h"
/dports/misc/concourse/vault-bdd38fca2cff/website/source/api/system/
H A Dconfig-control-group.html.md37 "max_ttl": "4h"
51 - `max_ttl` `int` – The maximum ttl for a control group wrapping token. This can be provided in se…
57 "max_ttl": "4h"
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/website/source/api/system/
H A Dconfig-control-group.html.md37 "max_ttl": "4h"
51 - `max_ttl` `int` – The maximum ttl for a control group wrapping token. This can be provided in se…
57 "max_ttl": "4h"
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/website/source/api/system/
H A Dconfig-control-group.html.md37 "max_ttl": "4h"
51 - `max_ttl` `int` – The maximum ttl for a control group wrapping token. This can be provided in se…
57 "max_ttl": "4h"
/dports/net/p5-Net-RawIP/Net-RawIP-0.25/examples/
H A Dtraceroute19 $max_ttl = ($opt_m ? $opt_m : 30);
43 print ") , $max_ttl hops max, 40 byte packets\n";
60 for($i=1;$i<=$max_ttl;$i++){
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/website/source/api/system/
H A Dconfig-control-group.html.md37 "max_ttl": "4h"
51 - `max_ttl` `int` – The maximum ttl for a control group wrapping token. This can be provided in se…
57 "max_ttl": "4h"
/dports/sysutils/gomplate/vault-sdk-v0.1.13/website/source/api/system/
H A Dconfig-control-group.html.md37 "max_ttl": "4h"
51 - `max_ttl` `int` – The maximum ttl for a control group wrapping token. This can be provided in se…
57 "max_ttl": "4h"
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/website/source/api/system/
H A Dconfig-control-group.html.md37 "max_ttl": "4h"
51 - `max_ttl` `int` – The maximum ttl for a control group wrapping token. This can be provided in se…
57 "max_ttl": "4h"
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/website/source/api/system/
H A Dconfig-control-group.html.md37 "max_ttl": "4h"
51 - `max_ttl` `int` – The maximum ttl for a control group wrapping token. This can be provided in se…
57 "max_ttl": "4h"
/dports/sysutils/istio/vault-sdk-v0.1.12/website/source/api/system/
H A Dconfig-control-group.html.md37 "max_ttl": "4h"
51 - `max_ttl` `int` – The maximum ttl for a control group wrapping token. This can be provided in se…
57 "max_ttl": "4h"
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/website/source/api/system/
H A Dconfig-control-group.html.md37 "max_ttl": "4h"
51 - `max_ttl` `int` – The maximum ttl for a control group wrapping token. This can be provided in se…
57 "max_ttl": "4h"
/dports/games/torcs/torcs-1.3.7/src/windows/include/plib/
H A DssgaFire.h33 float max_ttl ; variable
60 max_ttl = hgt / upward_speed ; in setHeight()

12345678910>>...33