HomeSort by: relevance | last modified time | path
    Searched defs:ttl (Results 1 - 25 of 184) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/mpl/bind/dist/tests/include/tests/
dns.h 44 dns_ttl_t ttl; member in struct:__anon24222
  /src/external/bsd/am-utils/dist/amd/
srvr_amfs_auto.c 107 * Called when final ttl of server has expired
164 int ttl = (FSRV_ERROR(fs) || FSRV_ISDOWN(fs)) ? 19 : AM_TTL; local
166 dlog("Last hard reference to file server %s - will timeout in %ds", fs->fs_host, ttl);
178 fs->fs_cid = timeout(ttl, timeout_srvr, (voidp) fs);
  /src/external/bsd/nsd/dist/simdzone/src/generic/
ttl.h 2 * ttl.h -- Time to Live (TTL) parser
34 const char *data, size_t length, bool allow_units, uint32_t *ttl)
36 if (scan_int32(data, length, ttl))
93 *ttl = (uint32_t)sum;
105 uint32_t ttl; local
106 if (!scan_ttl(token->data, token->length, parser->options.pretty_ttls, &ttl))
109 if (ttl & (1u << 31))
111 ttl = htobe32(ttl);
    [all...]
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_sasl_auth_cache.h 33 int ttl; member in struct:__anon23174
  /src/external/mpl/bind/dist/lib/dns/include/dns/
rdatalist.h 53 dns_ttl_t ttl; member in struct:dns_rdatalist
diff.h 49 * compared using dns_rdata_compare(). The TTL is significant
51 * be canceled out if the TTL differs (it might be an explicit
52 * TTL update).
58 * and the TTL is ignored.
84 dns_ttl_t ttl; member in struct:dns_difftuple
124 dns_ttl_t ttl, dns_rdata_t *rdata, dns_difftuple_t **tp);
267 * For #DNS_DIFFOP_DEL tuples, the TTL is ignored.
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
rdatalist.h 54 dns_ttl_t ttl; member in struct:dns_rdatalist
diff.h 48 * compared using dns_rdata_compare(). The TTL is significant
50 * be canceled out if the TTL differs (it might be an explicit
51 * TTL update).
57 * and the TTL is ignored.
83 dns_ttl_t ttl; member in struct:dns_difftuple
122 dns_ttl_t ttl, dns_rdata_t *rdata, dns_difftuple_t **tp);
244 * For #DNS_DIFFOP_DEL tuples, the TTL is ignored.
  /src/external/bsd/unbound/dist/validator/
val_kentry.h 78 /** the TTL of this entry (absolute time) */
79 time_t ttl; member in struct:key_entry_data
171 * @param ttl: what ttl should the key have. relative.
174 * @param now: current time (added to ttl).
178 uint8_t* name, size_t namelen, uint16_t dclass, time_t ttl,
192 * @param now: current time (added to ttl of rrset)
207 * @param ttl: what ttl should the key have. relative.
210 * @param now: current time (added to ttl)
    [all...]
  /src/external/ibm-public/postfix/dist/src/global/
clnt_stream.c 13 /* CLNT_STREAM *clnt_stream_create(class, service, timeout, ttl,
18 /* int ttl;
58 /* .IP ttl
112 int ttl; /* time before client disconnect */ member in struct:CLNT_STREAM
184 clnt_stream->ttl);
231 * Important! Do not restart the TTL timer!
253 int timeout, int ttl,
264 clnt_stream->ttl = ttl;
  /src/external/mpl/bind/dist/lib/isccfg/
duration.c 33 #include <dns/ttl.h>
229 uint32_t ttl; local
230 result = dns_ttl_fromtext(source, &ttl);
237 duration->parts[6] = ttl;
  /src/lib/libc/nameser/
ns_ttl.c 108 u_long ttl, tmp; local
111 ttl = 0;
136 ttl += tmp;
145 ttl += tmp;
148 *dst = ttl;
  /src/sys/netmpls/
mpls.h 53 uint32_t ttl:8; member in struct:mpls_shim::__anon7476
61 uint32_t ttl:8;
  /src/external/apache2/mDNSResponder/dist/mDNSShared/dns_objects/objs/
dns_obj_rr_private.h 50 uint32_t ttl; // The real TTL of the resource record. member in struct:dns_obj_rr_s
51 uint32_t original_ttl; // The original TTL value specified by RRSIG.
  /src/external/bsd/libbind/dist/nameser/
ns_ttl.c 100 u_long ttl, tmp; local
103 ttl = 0;
128 ttl += tmp;
137 ttl += tmp;
140 *dst = ttl;
  /src/usr.sbin/mrouted/
kern.c 36 u_char ttl; local
38 ttl = t;
40 (char *)&ttl, sizeof(ttl)) < 0)
41 logit(LOG_ERR, errno, "setsockopt IP_MULTICAST_TTL %u", ttl);
  /src/external/bsd/openldap/dist/clients/tools/
ldapexop.c 53 fprintf( stderr, _(" %s [options] refresh <DN> [<ttl>]\n"), prog);
143 int ttl = 3600; local
148 ttl = atoi( argv[ 2 ] );
156 fprintf( stderr, _("need DN [ttl]\n\n") );
162 rc = ldap_refresh( ld, &dn, ttl, NULL, NULL, &id );
  /src/external/bsd/unbound/dist/testcode/
pktview.c 131 uint32_t ttl; local
143 ttl = sldns_buffer_read_u32(pkt);
144 printf(" ttl %d (0x%x)", (int)ttl, (unsigned)ttl);
  /src/external/ibm-public/postfix/dist/src/smtpstone/
qmqp-sink.c 259 int ttl; local
295 if ((ttl = atoi(optarg)) <= 0)
297 event_request_timer(terminate, (void *) 0, ttl);
  /src/external/mpl/bind/dist/tests/dns/
badcache_test.c 132 const char *ttl_part = " [ttl ";
136 long ttl; local
184 ttl = strtol(pos, &endptr, 0);
186 assert_true(ttl >= 0 && ttl <= 60);
db_test.c 70 dns_ttl_t ttl; local
77 ttl = 5000;
78 result = dns_db_getservestalettl(db, &ttl);
80 assert_int_equal(ttl, 0);
82 ttl = 6 * 3600;
83 result = dns_db_setservestalettl(db, ttl);
86 ttl = 5000;
87 result = dns_db_getservestalettl(db, &ttl);
89 assert_int_equal(ttl, 6 * 3600);
136 rdatalist.ttl = 2
    [all...]
  /src/sys/external/bsd/ipf/netinet/
ip_ipsec_pxy.c 139 int p, off, dlen, ttl; local
190 ttl = IPF_TTLVAL(softi->ipsec_nat_tqe->ifq_ttl);
191 ipn->in_tqehead[0] = ipf_nat_add_tq(softc, ttl);
192 ipn->in_tqehead[1] = ipf_nat_add_tq(softc, ttl);
  /src/sys/net/npf/
npf_ext_normalize.c 79 /* Minimum IP TTL and maximum TCP MSS. */
80 np->n_minttl = dnvlist_get_number(params, "min-ttl", 0);
100 * clear "don't fragment" and/or enforce minimum TTL).
108 uint8_t ttl = ip->ip_ttl; local
130 /* Enforce minimum TTL. */
131 if (minttl && ttl < minttl) {
132 cksum = npf_fixup16_cksum(cksum, ttl, minttl);
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/
test-dnssd.h 48 uint32_t ttl; member in struct:dns_service_event
  /src/external/bsd/ipf/dist/ipsend/
ipsend.c 170 u_char ttl; member in struct:pseudoh::hdr
181 ph.h.ttl = 0;

Completed in 44 milliseconds

1 2 3 4 5 6 7 8