Searched refs:timenow (Results 26 - 48 of 48) sorted by relevance

12

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Din6.c963 uint64_t timenow = net_uptime(); local
1052 ia6_lt.ia6t_expire = timenow + ia6_lt.ia6t_vltime;
1057 ia6_lt.ia6t_preferred = timenow + ia6_lt.ia6t_pltime;
2079 uint64_t timenow; local
2172 timenow = net_uptime();
2273 ia->ia6_updatetime = ia->ia6_createtime = timenow;
2276 ia6_lt.ia6t_expire = timenow + ia6_lt.ia6t_vltime;
2280 ia6_lt.ia6t_preferred = timenow + ia6_lt.ia6t_pltime;
2291 ia->ia6_lifetime.ia6ti_preferred = timenow;
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSCore/
H A Ddnsproxy.c206 now = m->timenow;
396 now = m->timenow;
H A Ddnssec.c239 // Need to hold the lock, as GetServerForQuestion (its callers) references m->timenow.
281 dv->StartTime = m->timenow;
2355 now = m->timenow;
2643 BumpDNSSECStats(m, kStatsActionSet, kStatsTypeLatency, m->timenow - dv->StartTime);
3385 if ((m->timenow - question->StopTime) >= 0)
3734 if ((m->timenow - question->StopTime) >= 0)
H A DmDNSEmbeddedAPI.h1249 // if m->timenow < ExpiryTime then we have an active mapping, and we'll renew halfway to expiry
1250 // if m->timenow >= ExpiryTime then our mapping has expired, and we're trying to create one
2290 mDNSs32 timenow; // The time that this particular activation of the mDNS code started member in struct:mDNS_struct
3063 // Code that's protected by the main mDNS lock should just use the m->timenow value
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dtcp_subr.c2032 struct timeval timenow; local
2045 getmicrotime(&timenow);
2051 < (u_int)timenow.tv_sec))) {
2057 isn_last_reseed = timenow.tv_sec;
2081 new_isn += timenow.tv_sec * (ISN_BYTES_PER_SECOND / hz);
H A Dip_dummynet.c1209 struct timeval timenow; local
1212 getmicrotime(&timenow);
1214 if (fs->last_expired == timenow.tv_sec)
1216 fs->last_expired = timenow.tv_sec ;
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_gss.c2182 uint64_t timenow; local
2191 clock_interval_to_deadline(GSS_CTX_PEND, NSEC_PER_SEC, &timenow);
2197 if (timenow > cp->gss_svc_incarnation + GSS_SVC_CTX_TTL) {
2208 cp->gss_svc_incarnation = timenow;
2275 uint64_t timenow; local
2280 clock_get_uptime(&timenow);
2294 if (timenow > cp->gss_svc_incarnation +
H A Dnfs_serv.c1002 uint64_t timenow, next_deadline; local
1008 clock_get_uptime(&timenow);
1023 if (timenow >= fp->fm_deadline)
1080 interval = (next_deadline - timenow) / (1000 * 1000);
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A DDNSSECSupport.c526 if ((m->timenow - question->StopTime) >= 0)
H A Ddaemon.c969 m->p->NotifyUser = NonZeroTime(m->timenow + delay);
1312 if (!m->p->HostNameConflict) m->p->HostNameConflict = NonZeroTime(m->timenow);
1313 else if (m->timenow - m->p->HostNameConflict > 60 * mDNSPlatformOneSecond)
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Dcms.c296 q.timenow = time_now;
298 q.timenow = time(NULL);
H A Dcert.c1095 q.timenow = time_now;
3372 if (t > q->timenow)
3375 if (t < q->timenow)
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSPosix/
H A DNetMonitor.c297 entry->LastQuery = m->timenow;
323 if (entry->NumQueries && m->timenow - entry->LastQuery < mDNSPlatformOneSecond) return;
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A Ddnsextd.c2846 struct timeval timenow, timeout, EventTS, tablecheck = { 0, 0 }; local
2867 if (gettimeofday(&timenow, NULL)) { LogErr("Run", "gettimeofday"); return -1; }
2871 if (timenow.tv_sec - EventTS.tv_sec >= 5) // if we've been waiting 5 seconds for a "quiet" period to send
2878 if (tablecheck.tv_sec && timenow.tv_sec - tablecheck.tv_sec >= 0)
2880 if (!tablecheck.tv_sec) tablecheck.tv_sec = timenow.tv_sec + EXPIRATION_INTERVAL;
2881 timeout.tv_sec = tablecheck.tv_sec - timenow.tv_sec;
H A Duds_daemon.c3457 if ((m->timenow - question->StopTime) >= 0)
5879 LogMsgNoIdent("m->timenow %08X %11d", now, now);
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dzone.c2707 isc_time_t timenow, timethen; local
2717 TIME_NOW(&timenow);
2719 DNS_ZONE_TIME_ADD(&timenow, then - now, &timethen);
2721 timethen = timenow;
2722 if (isc_time_compare(&zone->refreshkeytime, &timenow) < 0 ||
2728 zone_settimer(zone, &timenow);
3625 isc_stdtime_t timenow; local
3629 isc_stdtime_get(&timenow);
3636 next.resign - timenow);
7943 isc_time_t timenow, timethe local
14207 isc_time_t timenow; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Droute.c3607 uint64_t timenow; local
3769 timenow = net_uptime();
3770 if (rt->rt_expire == 0 || timenow < rt->rt_expire) {
/macosx-10.10.1/autofs-246/automountd/
H A Dautod_main.c109 time_t timenow; variable
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dpppd.h888 int getabsolutetime(struct timeval *timenow);
H A Dsys-MacOSX.c3667 int getabsolutetime(struct timeval *timenow) argument
3675 timenow->tv_sec = now * timeScaleSeconds;
3676 timenow->tv_usec = (now * timeScaleMicroSeconds) - ((double)timenow->tv_sec * 1000000);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiff2pdf.c4035 time_t timenow; local
4037 timenow=time(0);
4038 currenttime=localtime(&timenow);
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSVxWorks/
H A DmDNSVxWorks.c387 sock, err, (unsigned int) inMDNS->timenow );
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/
H A DmDNSWin32.c1781 ptr->deltime = NonZeroTime(m->timenow + mDNSPlatformOneSecond*10);

Completed in 491 milliseconds

12