HomeSort by relevance Sort by last modified time
    Searched refs:expire (Results 101 - 125 of 126) sorted by null

1 2 3 45 6

  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay_i.h 48 time_t expire; member in struct:ieee802_1x_kay_peer
ieee802_1x_kay.c 531 peer->expire = time(NULL) + MKA_LIFE_TIME / 1000;
573 peer->expire = time(NULL) + MKA_LIFE_TIME / 1000;
608 peer->expire = time(NULL) + MKA_LIFE_TIME / 1000;
771 peer->expire = time(NULL) + MKA_LIFE_TIME / 1000;
1021 peer->expire = time(NULL) + MKA_LIFE_TIME / 1000;
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.c 850 hr = ((ptr->expire - now.tv_sec) / 60) / 60;
851 min = ((ptr->expire - now.tv_sec) / 60) % 60;
852 sec = (ptr->expire - now.tv_sec) % 60;
    [all...]
uds_daemon.c     [all...]
  /external/mdnsresponder/mDNSCore/
uDNS.c 65 if (rr->expire && rr->refreshCount < MAX_UPDATE_REFRESH_COUNT)
67 mDNSs32 remaining = rr->expire - m->timenow;
77 rr->ThisAPInterval/mDNSPlatformOneSecond, (rr->expire - m->timenow)/mDNSPlatformOneSecond, ARDisplayString(m, rr));
83 rr->ThisAPInterval/mDNSPlatformOneSecond, (rr->expire - m->timenow)/mDNSPlatformOneSecond, ARDisplayString(m, rr));
88 rr->expire = 0;
3537 mDNSs32 expire = m->timenow + (mDNSs32)lease * mDNSPlatformOneSecond; local
    [all...]
DNSCommon.c 193 rd->soa.serial, rd->soa.refresh, rd->soa.retry, rd->soa.expire, rd->soa.min);
    [all...]
mDNSEmbeddedAPI.h 723 mDNSu32 expire; // Time in seconds that a slave holds on to old data while replication attempts remain unsuccessful variable
1240 mDNSs32 expire; \/\/ In platform time units: expiration of lease (-1 for static) member in struct:AuthRecord_struct
1557 mDNSs32 expire; \/\/ ticks (absolute) member in struct:DNSQuestion_struct
    [all...]
mDNS.c     [all...]
  /external/libpcap/
pcap-bpf.c 319 int expire, tmout; local
341 expire = TSTOMILLI(&pb->firstsel) + p->opt.timeout;
342 tmout = expire - TSTOMILLI(&cur);
    [all...]
  /external/curl/lib/
multi.c 439 /* Set the timeout for this handle to expire really soon so that it will
2980 struct timeval *expire = &data->state.expiretime; local
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/session/
JDBCSessionIdManager.java 834 //tell the SessionManagers to expire any sessions with a matching sessionId in memory
845 ((JDBCSessionManager)manager).expire(expiredSessionIds); method
    [all...]
JDBCSessionManager.java 67 * expiryTime (time in milliseconds that the session is due to expire)
108 * Time in msec since the epoch that the session will expire
508 //if session doesn't expire, or has not already expired, update it and put it in this nodes' memory
750 * Expire any Sessions we have in memory matching the list of
755 protected void expire (List<?> sessionIds) method in class:JDBCSessionManager
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/data/
TimerModel.java 71 /** The alarm manager system service that calls back when timers expire. */
233 updateTimer(timer.expire());
520 * expiration of the next timer. If no timers are currently set to expire (i.e. no running
571 // If the timer is the first to expire, start ringing.
609 // Sort the unexpired timers to locate the next one scheduled to expire.
    [all...]
  /external/dhcpcd-6.8.2/
if-options.c     [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 298 #define IPV6_FL_A_RENEW 2 /* Update expire time */
ip-cref.tex     [all...]
  /external/libevent/
evdns.c 1166 u32 serial, refresh, retry, expire, minimum; local
    [all...]
  /external/guice/extensions/struts2/lib/
jetty-util-6.1.0.jar 
jetty-6.1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/jetty/lib/
jetty-util-6.1.26.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtml.h     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 

Completed in 3628 milliseconds

1 2 3 45 6