Home
last modified time | relevance | path

Searched refs:ttd (Results 1 – 10 of 10) sorted by relevance

/external/dnsmasq/src/
Dcache.c251 if (difftime(now, crecp->ttd) < 0) in is_expired()
465 new->ttd = now + (time_t)ttl; in cache_insert()
1036 struct in_addr *host_address, time_t ttd) in cache_add_dhcp_entry() argument
1090 if (ttd == 0) in cache_add_dhcp_entry()
1093 crec->ttd = ttd; in cache_add_dhcp_entry()
1110 if (ttd == 0) in cache_add_dhcp_entry()
1113 aliasc->ttd = ttd; in cache_add_dhcp_entry()
1202 p += sprintf(p, "%lu", cache->flags & F_IMMORTAL ? 0: (unsigned long)(cache->ttd - now)); in dump_cache()
1204 p += sprintf(p, "%s", cache->flags & F_IMMORTAL ? "\n" : ctime(&(cache->ttd))); in dump_cache()
Ddnsmasq.h262 time_t ttd; /* time to die */ member
675 void cache_add_dhcp_entry(char *host_name, struct in_addr *host_address, time_t ttd);
Drfc1035.c1125 return crecp->ttd - now; in crec_ttl()
/external/python/cpython2/Lib/lib-tk/
DCanvas.py65 def dtag(self, ttd): argument
66 self.canvas.dtag(self.id, ttd)
/external/icu/icu4c/source/data/misc/
DkeyTypeData.txt406 ttd{""}
DlikelySubtags.txt1197 ttd{"ttd_Latn_ZZ"}
/external/libpcap/
DCREDITS81 Javier Achirica <achirica at ttd dot net>
/external/llvm/lib/Target/AVR/
DAVRInstrFormats.td380 // <|1111|1ttd|dddd|0bbb>
/external/libexif/
DChangeLog1988 Patch by Javier Achirica <achirica@ttd.net>:
1999 Patch by Javier Achirica <achirica@ttd.net>:
/external/tcpdump/
DCHANGES673 IEEE 802.11 support, from clenahan@fortresstech.com, achirica@ttd.net.