Home
last modified time | relevance | path

Searched refs:def_ttl (Results 1 – 22 of 22) sorted by relevance

/dports/dns/gdnsd2/gdnsd-2.4.3/plugins/
H A Dextfile.c110 SVC_OPT_UINT(svc_cfg, name, def_ttl, svc->def_sttl, 1LU, (unsigned long)GDNSD_STTL_TTL_MAX); in plugin_extfile_add_svctype()
157 const unsigned def_ttl = svc->def_sttl & GDNSD_STTL_TTL_MASK; in process_entry() local
158 if(gdnsd_mon_parse_sttl(vscf_simple_get_data(val), &result, def_ttl)) { in process_entry()
162 if(!svc->direct && ((result & GDNSD_STTL_TTL_MASK) != def_ttl)) in process_entry()
/dports/dns/bind-tools/bind-9.16.27/contrib/dlz/modules/wildcard/
H A Ddlz_wildcard_dynamic.c394 int i, def_ttl; in dlz_create() local
435 def_ttl = strtol(argv[3], &endp, 10); in dlz_create()
436 if (*endp != '\0' || def_ttl < 0) { in dlz_create()
437 def_ttl = 3600; in dlz_create()
468 trec->ttl = def_ttl; in dlz_create()
/dports/dns/bind911/bind-9.11.37/contrib/dlz/modules/wildcard/
H A Ddlz_wildcard_dynamic.c397 int i, def_ttl; in dlz_create() local
435 def_ttl = strtol(argv[3], &endp, 10); in dlz_create()
436 if (*endp != '\0' || def_ttl < 0) { in dlz_create()
437 def_ttl = 3600; in dlz_create()
465 trec->ttl = def_ttl; in dlz_create()
/dports/dns/samba-nsupdate/bind-9.16.5/contrib/dlz/modules/wildcard/
H A Ddlz_wildcard_dynamic.c409 int i, def_ttl; in dlz_create() local
450 def_ttl = strtol(argv[3], &endp, 10); in dlz_create()
451 if (*endp != '\0' || def_ttl < 0) { in dlz_create()
452 def_ttl = 3600; in dlz_create()
483 trec->ttl = def_ttl; in dlz_create()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/contrib/dlz/modules/wildcard/
H A Ddlz_wildcard_dynamic.c409 int i, def_ttl; in dlz_create() local
450 def_ttl = strtol(argv[3], &endp, 10); in dlz_create()
451 if (*endp != '\0' || def_ttl < 0) { in dlz_create()
452 def_ttl = 3600; in dlz_create()
483 trec->ttl = def_ttl; in dlz_create()
/dports/dns/bind916/bind-9.16.27/contrib/dlz/modules/wildcard/
H A Ddlz_wildcard_dynamic.c394 int i, def_ttl; in dlz_create() local
435 def_ttl = strtol(argv[3], &endp, 10); in dlz_create()
436 if (*endp != '\0' || def_ttl < 0) { in dlz_create()
437 def_ttl = 3600; in dlz_create()
468 trec->ttl = def_ttl; in dlz_create()
/dports/security/munge/munge-munge-0.5.14/src/munged/
H A Dconf.h59 munge_ttl_t def_ttl; /* default time-to-live in seconds */ member
H A Dconf.c165 conf->def_ttl = MUNGE_DEFAULT_TTL; in create_conf()
H A Denc.c197 m->ttl = conf->def_ttl; in enc_validate_msg()
/dports/dns/rbldnsd/rbldnsd-0.998/
H A Drbldnsd.c96 unsigned def_ttl = 35*60; /* default record TTL 35m */ variable
395 if (!(p = parse_time(p, &def_ttl)) || !def_ttl || in init()
412 (min_ttl && def_ttl < min_ttl) || in init()
413 (max_ttl && def_ttl > max_ttl)) in init()
415 def_ttl, min_ttl, max_ttl); in init()
H A Drbldnsd_zones.c280 if (!(w = parse_ttl(w, &ttl, def_ttl))) return 0; in ds_special()
410 ds->ds_ttl = def_ttl; in freedataset()
H A Drbldnsd.h361 extern unsigned def_ttl, min_ttl, max_ttl;
/dports/dns/gdnsd2/gdnsd-2.4.3/include/gdnsd/
H A Dmon.h54 bool gdnsd_mon_parse_sttl(const char* sttl_str, gdnsd_sttl_t* sttl_out, unsigned def_ttl);
/dports/dns/zkt/zkt-1.1.4/
H A Dzconf.h157 long def_ttl; /* default ttl set in soa record */ member
H A Dzconf.c158 { "def_ttl", first, last, CONF_TIMEINT, &def.def_ttl },
263 set_varptr ("def_ttl", &cp->def_ttl, cp2 ? &cp2->def_ttl: NULLl); in set_all_varptr()
/dports/net/mad_fcl/mad_fcl_v1.7_src/alclib/
H A Dalc_session.h144 int def_ttl; /**< time to live */ member
H A Dalc_socket.c184 ttl = min(ch->s->def_ttl, 255);
H A Dalc_session.c174 s->def_ttl = a->ttl; in open_alc_session()
/dports/dns/gdnsd2/gdnsd-2.4.3/src/
H A Dzscan_rfc1035.rl62 unsigned def_ttl;
512 action set_def_ttl { z->def_ttl = z->uval; }
513 action use_def_ttl { z->ttl = z->def_ttl; }
514 action use_def_ttl_dyn { z->ttl = z->def_ttl; z->ttl_min = z->def_ttl >> 1; z->uv_2 = 0; }
767 z->def_ttl = gcfg->zones_default_ttl;
/dports/dns/gdnsd2/gdnsd-2.4.3/docs/
H A Dgdnsd-plugin-extfile.podin15 def_ttl => 600, # default max (limited by zonefile RRs)
158 =item B<def_ttl>
/dports/dns/gdnsd2/gdnsd-2.4.3/libgdnsd/
H A Dmon.c162 bool gdnsd_mon_parse_sttl(const char* sttl_str, gdnsd_sttl_t* sttl_out, unsigned def_ttl) { in gdnsd_mon_parse_sttl() argument
164 gdnsd_sttl_t out = def_ttl; in gdnsd_mon_parse_sttl()
/dports/dns/rbldnsd/rbldnsd-0.998/debian/
H A Dchangelog598 * defttl => def_ttl to be consistent with def_rr