Searched refs:ttl (Results 151 - 175 of 181) sorted by relevance

12345678

/openbsd-current/usr.bin/dig/
H A Dhost.c487 (unsigned int)((opt->ttl & 0x00ff0000) >> 16),
H A Dnslookup.c357 printf("\tttl = %u\n", rdataset->ttl);
/openbsd-current/usr.sbin/smtpd/
H A Dqueue.c568 b.ttl = 3600 * 24 * 7;
H A Dparse.y511 yyerror("invalid ttl delay: %s", $3);
558 yyerror("ttl delay \"%s\" is invalid", $3);
565 yyerror("ttl delay \"%s\" is too short", $3);
974 if (dsp->ttl) {
975 yyerror("ttl already specified for this dispatcher");
979 dsp->ttl = delaytonum($2);
980 if (dsp->ttl == -1) {
981 yyerror("ttl delay \"%s\" is invalid", $2);
2742 { "ttl", TTL },
H A Dsmtpctl.c1216 (size_t) (e->creation + e->ttl),
H A Dscheduler_ramqueue.c219 envelope->expire = si->creation + si->ttl;
/openbsd-current/gnu/usr.bin/perl/cpan/Memoize/Memoize/
H A DExpire.pm57 $DEBUG and print STDERR " >> (ttl: ", ($expire_time-time()), ", nuses: $num_uses_left)\n";
70 my $ttl = $expire_time - time;
72 $_[0]{LIFETIME} and print STDERR " Time to live for this item: $ttl\n";
/openbsd-current/sys/net/
H A Dpf.c2862 ip4->ip_ttl = pd->ttl;
2874 if (!pd->ttl || pd->ttl > IPV6_DEFHLIM)
2877 ip6->ip6_hlim = pd->ttl;
2956 ip4->ip_ttl = pd2->ttl;
2974 if (!pd2->ttl || pd2->ttl > IPV6_DEFHLIM)
2977 ip6->ip6_hlim = pd2->ttl;
3269 u_int8_t flags, u_int16_t win, u_int16_t mss, u_int8_t ttl, int tag,
3328 h->ip_ttl = ttl
3266 pf_build_tcp(const struct pf_rule *r, sa_family_t af, const struct pf_addr *saddr, const struct pf_addr *daddr, u_int16_t sport, u_int16_t dport, u_int32_t seq, u_int32_t ack, u_int8_t flags, u_int16_t win, u_int16_t mss, u_int8_t ttl, int tag, u_int16_t rtag, u_int sack, u_int rdom) argument
3379 pf_send_tcp(const struct pf_rule *r, sa_family_t af, const struct pf_addr *saddr, const struct pf_addr *daddr, u_int16_t sport, u_int16_t dport, u_int32_t seq, u_int32_t ack, u_int8_t flags, u_int16_t win, u_int16_t mss, u_int8_t ttl, int tag, u_int16_t rtag, u_int rdom) argument
[all...]
/openbsd-current/usr.sbin/unbound/daemon/
H A Dworker.c659 if(rep->ttl < timenow) {
1851 *worker->env.now > rep->ttl)) {
1853 time_t leeway = rep->ttl - *worker->env.now;
1854 if(rep->ttl < *worker->env.now)
/openbsd-current/usr.sbin/unbound/validator/
H A Dval_utils.c374 return d->ttl;
420 /* update ttl for rrset to fixed value. */
421 d->ttl = ve->bogus_ttl;
H A Dval_neg.c1055 * @param now: to check ttl against
1069 if(d->ttl < now) {
1103 * @param now: to check ttl against
H A Dvalidator.c2426 /* if the result is bogus - set message ttl to bogus ttl to avoid
2443 vq->orig_msg->rep->ttl = ve->bogus_ttl;
2445 PREFETCH_TTL_CALC(vq->orig_msg->rep->ttl);
2447 vq->orig_msg->rep->ttl + qstate->env->cfg->serve_expired_ttl;
/openbsd-current/sbin/unwind/libunbound/validator/
H A Dval_utils.c374 return d->ttl;
420 /* update ttl for rrset to fixed value. */
421 d->ttl = ve->bogus_ttl;
H A Dval_neg.c1055 * @param now: to check ttl against
1069 if(d->ttl < now) {
1103 * @param now: to check ttl against
H A Dvalidator.c2426 /* if the result is bogus - set message ttl to bogus ttl to avoid
2443 vq->orig_msg->rep->ttl = ve->bogus_ttl;
2445 PREFETCH_TTL_CALC(vq->orig_msg->rep->ttl);
2447 vq->orig_msg->rep->ttl + qstate->env->cfg->serve_expired_ttl;
/openbsd-current/usr.sbin/nsd/
H A Dxfrd.c692 memmove(&soa.ttl, p, sizeof(uint32_t));
1348 DEBUG(DEBUG_XFRD,1, (LOG_INFO, "xfrd: copy_soa rr, type %d rrs %u, ttl %u.",
1349 (int)rr->type, (unsigned)rr->rdata_count, (unsigned)rr->ttl));
1352 soa->ttl = htonl(rr->ttl);
1927 soa->ttl = htonl(buffer_read_u32(packet));
1993 (void)buffer_read_u32(packet); /* ttl */
H A Dxfrd-tcp.c481 buffer_write(packet, &soa->ttl, sizeof(soa->ttl));
H A Dutil.c1067 (unsigned long) record->ttl,
/openbsd-current/usr.sbin/unbound/testcode/
H A Dunitmain.c448 if(d->ttl < now) {
499 unit_assert( d->ttl == now+cfg->host_ttl );
/openbsd-current/usr.sbin/unbound/edns-subnet/
H A Dsubnetmod.c436 rep->ttl, *qstate->env->now, only_match_scope_zero);
/openbsd-current/usr.bin/dig/lib/dns/
H A Dtsig.c537 * Digest the name, class, ttl, alg.
546 isc_buffer_putuint32(&databuf, 0); /* ttl */
913 isc_buffer_putuint32(&databuf, msg->tsig->ttl);
H A Drdata.c39 #include <dns/ttl.h>
/openbsd-current/usr.sbin/relayd/
H A Drelayd.h428 int ttl; member in struct:host_config
/openbsd-current/sbin/unwind/
H A Dfrontend.c926 rinfo->qdcount, rinfo->ttl, rinfo->prefetch_ttl,
/openbsd-current/sbin/ifconfig/
H A Difconfig.c3247 printf(" ttl copy");
3249 printf(" ttl %d", ifr.ifr_ttl);
3869 int ttl; local
3872 ttl = -1;
3874 ttl = strtonum(id, 0, 0xff, &errmsg);
3880 ifr.ifr_ttl = ttl;

Completed in 382 milliseconds

12345678