HomeSort by: relevance | last modified time | path
    Searched defs:origttl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/unbound/dist/testcode/
unitmsgparse.c 509 time_t origttl = MAX_NEG_TTL; local
550 MAX_NEG_TTL = origttl;
  /src/external/bsd/unbound/dist/validator/
val_sigcrypt.c 1495 int32_t origttl, expittl, expi, incep, now; local
1496 memmove(&origttl, orig_p, sizeof(origttl));
1501 origttl = ntohl(origttl);
1511 * origttl: original TTL from signature, authoritative TTL max.
1515 * Use the smallest of these, but don't let origttl set the TTL
1518 if(MIN_TTL > (time_t)origttl && d->ttl > MIN_TTL) {
1523 else if(MIN_TTL <= origttl && d->ttl > (time_t)origttl) {
    [all...]

Completed in 27 milliseconds