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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/strings/
H A Dtokenizer.cpp138 const TokenizerTestData& ttd = gs_testData[n]; local
140 wxStringTokenizer tkz(ttd.str, ttd.delims, ttd.mode);
141 CPPUNIT_ASSERT_EQUAL_MESSAGE( Nth(n), ttd.count, tkz.CountTokens() );
150 CPPUNIT_ASSERT_EQUAL_MESSAGE( Nth(n), ttd.count, count );
250 const TokenizerTestData& ttd = gs_testData[n]; local
251 if ( ttd.mode != wxTOKEN_STRTOK )
259 buf(ttd.str);
261 wxChar *s = wxStrtok(buf.data(), ttd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Disc.c62 time_t ttd, tts; local
103 ttd = tts = (time_t)(-1);
159 ttd = time;
168 if (ttd == (time_t)(-1))
171 /* We use 0 as infinite in ttd */
172 if ((tts != -1) && (ttd == tts - 1))
173 ttd = (time_t)0;
174 else if (difftime(now, ttd) > 0)
194 lease->expires = ttd;
201 lease->expires = ttd;
[all...]
H A Dcache.c156 if ((!(crecp->flags & F_IMMORTAL) && difftime(now, crecp->ttd) > 0) ||
179 if ((!(crecp->flags & F_IMMORTAL) && difftime(now, crecp->ttd) > 0) ||
310 new->ttd = now + (time_t)ttl;
348 if ((crecp->flags & F_IMMORTAL) || difftime(now, crecp->ttd) < 0)
429 if ((crecp->flags & F_IMMORTAL) || difftime(now, crecp->ttd) < 0)
644 void cache_add_dhcp_entry(char *host_name, struct in_addr *host_address, time_t ttd) argument
695 if (ttd == 0)
698 crec->ttd = ttd;
754 cache->flags & F_IMMORTAL ? 0: (unsigned long)cache->ttd) ;
[all...]
H A Ddnsmasq.h133 time_t ttd; /* time to die */ member in struct:crec
399 void cache_add_dhcp_entry(char *host_name, struct in_addr *host_address, time_t ttd);
H A Drfc1035.c1027 ttl = crecp->ttd - now;
1093 ttl = crecp->ttd - now;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dip6_flowlabel.c105 unsigned long ttd = fl->lastuse + fl->linger; local
106 if (time_after(ttd, fl->expires))
107 fl->expires = ttd;
108 ttd = fl->expires;
115 time_after(ip6_fl_gc_timer.expires, ttd))
116 mod_timer(&ip6_fl_gc_timer, ttd);
134 unsigned long ttd = fl->lastuse + fl->linger; local
135 if (time_after(ttd, fl->expires))
136 fl->expires = ttd;
137 ttd
[all...]
H A Dtcp_ipv6.c1962 int ttd = req->expires - jiffies; local
1966 if (ttd < 0)
1967 ttd = 0;
1982 jiffies_to_clock_t(ttd),
2052 int ttd = tw->tw_ttd - jiffies; local
2054 if (ttd < 0)
2055 ttd = 0;
2071 3, jiffies_to_clock_t(ttd), 0, 0, 0, 0,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_ipv4.c2387 int ttd = req->expires - jiffies; local
2399 jiffies_to_clock_t(ttd),
2469 int ttd = tw->tw_ttd - jiffies; local
2471 if (ttd < 0)
2472 ttd = 0;
2482 3, jiffies_to_clock_t(ttd), 0, 0, 0, 0,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-object-tree.c1321 TreeTestData *ttd = user_data; local
1323 ttd->handler_unregistered = TRUE;
1331 TreeTestData *ttd = user_data; local
1333 ttd->message_handled = TRUE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/c67x00/
H A Dc67x00-sched.c819 struct c67x00_td *td, *ttd; local
825 list_for_each_entry_safe(td, ttd, &c67x00->td_list, td_list) {

Completed in 100 milliseconds