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

  /external/boringssl/src/ssl/
d1_lib.c 187 struct timeval timenow; local
188 get_current_time(ssl, &timenow);
191 if (ssl->d1->next_timeout.tv_sec < timenow.tv_sec ||
192 (ssl->d1->next_timeout.tv_sec == timenow.tv_sec &&
193 ssl->d1->next_timeout.tv_usec <= timenow.tv_usec)) {
200 out->tv_sec -= timenow.tv_sec;
201 out->tv_usec -= timenow.tv_usec;
  /external/mdnsresponder/mDNSCore/
mDNS.c 679 if ((rr->LastAPTime + rr->ThisAPInterval) - m->timenow > mDNSPlatformOneSecond * 10)
681 LogMsg("SetNextAnnounceProbeTime: ProbeCount %d Next in %d %s", rr->ProbeCount, (rr->LastAPTime + rr->ThisAPInterval) - m->timenow, ARDisplayString(m, rr));
682 LogMsg("SetNextAnnounceProbeTime: m->SuppressProbes %d m->timenow %d diff %d", m->SuppressProbes, m->timenow, m->SuppressProbes - m->timenow);
690 if (m->NextScheduledProbe - m->timenow < 0)
691 m->NextScheduledProbe = m->timenow;
10615 mDNSs32 timenow; local
    [all...]
uDNS.c 63 rr->LastAPTime = m->timenow;
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));
151 (*p)->lasttest = m->timenow - INIT_UCAST_POLL_INTERVAL;
207 q->qDNSServer->penaltyTime = NonZeroTime(m->timenow + DNSSERVER_PENALTY_TIME);
244 q->LastQTime = m->timenow - q->ThisQInterval;
314 if ((*p)->deltime && m->timenow - (*p)->deltime >= 0 && AutoTunnelUnregistered(*p))
461 n->retryPortMap = m->timenow;
467 m->NextScheduledNATOp = m->timenow; // Need to send packets immediatel
    [all...]
DNSCommon.c     [all...]
mDNSEmbeddedAPI.h 1810 mDNSs32 timenow; \/\/ The time that this particular activation of the mDNS code started member in struct:mDNS_struct
    [all...]
  /external/ppp/pppd/
main.c 1315 static struct timeval timenow; \/* Current time *\/ variable in typeref:struct:timeval
    [all...]
  /external/mdnsresponder/mDNSShared/
PlatformCommon.c 164 mDNSs32 t = mDNSStorage.timenow ? mDNSStorage.timenow : mDNSPlatformClockDivisor ? mDNS_TimeNow_NoLock(&mDNSStorage) : 0;
dnsextd.c 2846 struct timeval timenow, timeout, EventTS, tablecheck = { 0, 0 }; local
    [all...]
uds_daemon.c     [all...]
  /external/mdnsresponder/mDNSPosix/
NetMonitor.c 306 entry->LastQuery = m->timenow;
332 if (entry->NumQueries && m->timenow - entry->LastQuery < mDNSPlatformOneSecond) return;
    [all...]

Completed in 130 milliseconds