HomeSort by relevance Sort by last modified time
    Searched refs:ttd (Results 1 - 3 of 3) sorted by null

  /external/dnsmasq/src/
cache.c 251 if (difftime(now, crecp->ttd) < 0)
465 new->ttd = now + (time_t)ttl;
1036 struct in_addr *host_address, time_t ttd)
1090 if (ttd == 0)
1093 crec->ttd = ttd;
1110 if (ttd == 0)
1113 aliasc->ttd = ttd;
1202 p += sprintf(p, "%lu", cache->flags & F_IMMORTAL ? 0: (unsigned long)(cache->ttd - now))
    [all...]
dnsmasq.h 262 time_t ttd; /* time to die */ member in struct:crec
704 void cache_add_dhcp_entry(char *host_name, struct in_addr *host_address, time_t ttd);
rfc1035.c 1123 return crecp->ttd - now;
    [all...]

Completed in 56 milliseconds