Searched refs:ttd (Results 1 – 6 of 6) sorted by relevance
/external/dnsmasq/src/ |
D | cache.c | 251 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()
|
D | dnsmasq.h | 262 time_t ttd; /* time to die */ member 704 void cache_add_dhcp_entry(char *host_name, struct in_addr *host_address, time_t ttd);
|
D | rfc1035.c | 1123 return crecp->ttd - now; in crec_ttl()
|
/external/libpcap/ |
D | CREDITS | 48 Javier Achirica <achirica@ttd.net>
|
/external/dbus/dbus/ |
D | dbus-object-tree.c | 1308 TreeTestData *ttd = user_data; in test_unregister_function() local 1310 ttd->handler_unregistered = TRUE; in test_unregister_function() 1318 TreeTestData *ttd = user_data; in test_message_function() local 1320 ttd->message_handled = TRUE; in test_message_function()
|
/external/tcpdump/ |
D | CHANGES | 231 IEEE 802.11 support, from clenahan@fortresstech.com, achirica@ttd.net.
|