HomeSort by relevance Sort by last modified time
    Searched defs:timenow (Results 1 - 5 of 5) 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/mDNSShared/
dnsextd.c 2846 struct timeval timenow, timeout, EventTS, tablecheck = { 0, 0 }; local
    [all...]
  /external/ppp/pppd/
main.c 1315 static struct timeval timenow; \/* Current time *\/ variable in typeref:struct:timeval
    [all...]
  /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...]
mDNSEmbeddedAPI.h 1810 mDNSs32 timenow; \/\/ The time that this particular activation of the mDNS code started member in struct:mDNS_struct
    [all...]

Completed in 457 milliseconds