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

12

/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A Dcheck-cracklib.pl66 my $timenow = scalar(time());
74 if (!$DB{$key} || ($timenow - $DB{$key} < $reusetime)) {
76 $DB{$key}=$timenow;
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Din_rmx.c425 uint64_t timenow; local
427 timenow = net_uptime();
429 rt_setexpire(rt, timenow + rtq_reallyold);
435 rt->rt_flags, RTF_BITS, rt->rt_expire - timenow);
463 uint64_t timenow; local
466 timenow = net_uptime();
479 if (ap->draining || rt->rt_expire <= timenow) {
522 uint64_t expire = (rt->rt_expire - timenow);
525 rt_setexpire(rt, timenow + rtq_reallyold);
534 (rt->rt_expire - timenow), expir
559 uint64_t timenow; local
[all...]
H A Dip_fw2.c1388 struct timeval timenow; local
1390 getmicrotime(&timenow);
1395 if (!FORCE && last_remove == timenow.tv_sec)
1397 last_remove = timenow.tv_sec;
1429 !TIME_LEQ( q->expire, timenow.tv_sec ))
1466 struct timeval timenow; local
1468 getmicrotime(&timenow);
1476 if (TIME_LEQ( q->expire, timenow.tv_sec)) { /* expire entry */
1526 q->expire = timenow.tv_sec + dyn_syn_lifetime;
1549 q->expire = timenow
1626 struct timeval timenow; local
1684 struct timeval timenow; local
1718 struct timeval timenow; local
2073 struct timeval timenow; local
3483 struct timeval timenow; local
3969 struct timeval timenow; local
[all...]
H A Din_arp.c676 uint64_t timenow; local
686 timenow = net_uptime();
710 rt_setexpire(rt, MAX(timenow, 1));
788 rt_setexpire(rt, MAX(timenow, 1));
1002 uint64_t timenow; local
1100 timenow = net_uptime();
1104 route->rt_expire > timenow) && gateway != NULL &&
1120 if (route->rt_expire <= timenow + arp_unicast_lim &&
1168 if (llinfo->la_asked == 0 || route->rt_expire != timenow) {
1169 rt_setexpire(route, timenow);
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Din6_rmx.c512 uint64_t timenow; local
514 timenow = net_uptime();
516 rt_setexpire(rt, timenow + rtq_reallyold);
522 rt->rt_flags, RTF_BITS, rt->rt_expire - timenow);
552 uint64_t timenow; local
555 timenow = net_uptime();
568 if (ap->draining || rt->rt_expire <= timenow ||
613 uint64_t expire = (rt->rt_expire - timenow);
616 rt_setexpire(rt, timenow + rtq_reallyold);
625 (rt->rt_expire - timenow), expir
650 uint64_t timenow; local
[all...]
H A Dnd6.c751 uint64_t timenow; local
772 timenow = net_uptime();
844 ln_setexpire(ln, timenow);
853 if (ln->ln_expire > timenow) {
906 ln_setexpire(ln, timenow + retrans / 1000);
953 ln_setexpire(ln, timenow + nd6_gctimer);
981 ln_setexpire(ln, timenow + retrans / 1000);
993 ln_setexpire(ln, timenow + nd6_gctimer);
1001 ln_setexpire(ln, timenow + retrans / 1000);
1049 if (dr->expire != 0 && dr->expire < timenow) {
1439 uint64_t timenow = net_uptime(); local
2024 uint64_t timenow; local
2929 uint64_t timenow; local
3200 uint64_t timenow; local
[all...]
H A Dnd6_rtr.c2299 uint64_t timenow = net_uptime(); local
2489 else if (timenow - ifa6->ia6_updatetime > lt6_tmp.ia6t_vltime) {
2497 (timenow - ifa6->ia6_updatetime);
2538 (u_int32_t)((timenow - ifa6->ia6_createtime) +
2541 (timenow - ifa6->ia6_createtime) -
2546 (u_int32_t)((timenow - ifa6->ia6_createtime) +
2549 (timenow - ifa6->ia6_createtime) -
2566 ifa6->ia6_updatetime = timenow;
4016 uint64_t timenow = net_uptime(); local
4069 vltime0 = IFA6_IS_INVALID(ia0, timenow)
4165 u_int64_t timenow = net_uptime(); local
4196 uint64_t timenow = net_uptime(); local
[all...]
H A Dnd6_nbr.c852 uint64_t timenow; local
974 timenow = net_uptime();
1001 ln_setexpire(ln, timenow + ndi->reachable);
1012 ln_setexpire(ln, timenow + nd6_gctimer);
1070 ln_setexpire(ln, timenow + nd6_gctimer);
1101 timenow + ndi->reachable);
1113 ln_setexpire(ln, timenow + nd6_gctimer);
H A Dip6_fw.c573 struct timeval timenow; local
576 getmicrotime(&timenow);
770 f->timestamp = timenow.tv_sec;
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSCore/
H A DmDNS.c793 if ((rr->LastAPTime + rr->ThisAPInterval) - m->timenow > mDNSPlatformOneSecond * 10)
795 LogMsg("SetNextAnnounceProbeTime: ProbeCount %d Next in %d %s", rr->ProbeCount, (rr->LastAPTime + rr->ThisAPInterval) - m->timenow, ARDisplayString(m, rr));
796 LogMsg("SetNextAnnounceProbeTime: m->SuppressProbes %d m->timenow %d diff %d", m->SuppressProbes, m->timenow, m->SuppressProbes - m->timenow);
804 if (m->NextScheduledProbe - m->timenow < 0)
805 m->NextScheduledProbe = m->timenow;
833 if (m->SuppressProbes == 0 || m->SuppressProbes - m->timenow < 0)
841 m->SuppressProbes = NonZeroTime(m->timenow + DefaultProbeIntervalForTypeUnique/2 + mDNSRandom(DefaultProbeIntervalForTypeUnique/2));
846 if (m->SuppressProbes - m->timenow <
14141 mDNSs32 timenow; local
[all...]
H A DuDNS.c70 rr->LastAPTime = m->timenow;
74 mDNSs32 remaining = rr->expire - m->timenow;
84 rr->ThisAPInterval/mDNSPlatformOneSecond, (rr->expire - m->timenow)/mDNSPlatformOneSecond, ARDisplayString(m, rr));
90 rr->ThisAPInterval/mDNSPlatformOneSecond, (rr->expire - m->timenow)/mDNSPlatformOneSecond, ARDisplayString(m, rr));
187 (*p)->lasttest = m->timenow - INIT_UCAST_POLL_INTERVAL;
252 q->qDNSServer->penaltyTime = NonZeroTime(m->timenow + DNSSERVER_PENALTY_TIME);
297 q->LastQTime = m->timenow - q->ThisQInterval;
357 if ((*p)->deltime && m->timenow - (*p)->deltime >= 0 && AutoTunnelUnregistered(*p))
471 m->retryGetAddr = NonZeroTime(m->timenow + 0x78000000);
474 else if (m->timenow
[all...]
H A DDNSCommon.c3444 rr->TimeRcvd = m ? m->timenow : 0;
3446 rr->NextRequiredQuery = m ? m->timenow : 0; // Will be updated to the real value when we call SetNextCacheCheckTimeForRecord()
3447 rr->LastUsed = m ? m->timenow : 0;
3843 // If this is an initial entry into the mDNSCore code, set m->timenow
3844 // else, if this is a re-entrant entry into the mDNSCore code, m->timenow should already be set
3847 if (m->timenow)
3848 LogMsg("%s: mDNS_Lock: m->timenow already set (%ld/%ld)", functionname, m->timenow, mDNS_TimeNow_NoLock(m));
3849 m->timenow = mDNS_TimeNow_NoLock(m);
3850 if (m->timenow
[all...]
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dd1_lib.c354 struct timeval timenow; local
363 get_current_time(&timenow);
366 if (s->d1->next_timeout.tv_sec < timenow.tv_sec ||
367 (s->d1->next_timeout.tv_sec == timenow.tv_sec &&
368 s->d1->next_timeout.tv_usec <= timenow.tv_usec))
376 timeleft->tv_sec -= timenow.tv_sec;
377 timeleft->tv_usec -= timenow.tv_usec;
/macosx-10.10.1/ppp-786.1.1/Helpers/vpnd/
H A Dvpnplugins.c127 static int getabsolutetime(struct timeval *timenow);
722 struct timeval timenow, timeout, timeend; local
776 getabsolutetime(&timenow);
777 timeout.tv_sec = timeend.tv_sec > timenow.tv_sec ? timeend.tv_sec - timenow.tv_sec : 0;
778 timeout.tv_usec = timeend.tv_usec - timenow.tv_usec;
1131 int getabsolutetime(struct timeval *timenow) argument
1146 timenow->tv_sec = now * timeScaleSeconds;
1147 timenow->tv_usec = (now * timeScaleMicroSeconds) - ((double)timenow
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/bio/
H A Dbss_dgram.c188 struct timeval timenow, timeleft; local
208 get_current_time(&timenow);
212 timeleft.tv_sec -= timenow.tv_sec;
213 timeleft.tv_usec -= timenow.tv_usec;
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A DPlatformCommon.c156 mDNSs32 t = mDNSStorage.timenow ? mDNSStorage.timenow : mDNSPlatformClockDivisor ? mDNS_TimeNow_NoLock(&mDNSStorage) : 0;
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dmain.c1688 static struct timeval timenow; /* Current time */ variable in typeref:struct:timeval
1714 getabsolutetime(&timenow);
1716 gettimeofday(&timenow, NULL);
1718 newp->c_time.tv_sec = timenow.tv_sec + secs;
1719 newp->c_time.tv_usec = timenow.tv_usec + usecs;
1774 if (getabsolutetime(&timenow) < 0)
1776 if (gettimeofday(&timenow, NULL) < 0)
1779 if (!(p->c_time.tv_sec < timenow.tv_sec
1780 || (p->c_time.tv_sec == timenow.tv_sec
1781 && p->c_time.tv_usec <= timenow
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Dhx_locl.h163 time_t timenow; member in struct:hx509_query_data
/macosx-10.10.1/crontabs-52/newsyslog/
H A Dnewsyslog.c183 struct ptime_data *dbg_timenow; /* A "timenow" value set via -D option */
184 struct ptime_data *timenow; /* The time to use for checking at-fields */ variable in typeref:struct:ptime_data
473 diffsecs = ptimeget_diff(timenow, ent->trim_at);
478 timenow);
574 timenow = ptime_init(NULL);
575 ptimeset_time(timenow, time(NULL));
576 strlcpy(daytime, ptimeget_ctime(timenow) + 4, DAYTIME_LEN);
580 if (ptimeget_secs(timenow) == 0) {
674 ptime_free(timenow);
675 timenow
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dsend_to_kdc.c1080 time_t timenow; local
1091 timenow = time(NULL);
1104 if (h->timeout < timenow) {
1115 if (h->timeout < timenow) {
1136 time_t forward = next_pending->timeout - timenow;
1153 if (h->timeout < timenow)
1154 h->timeout = timenow;
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c219 struct timeval timenow; /* Current time */ variable in typeref:struct:timeval
3111 gettimeofday(&timenow, NULL);
3112 newp->c_time.tv_sec = timenow.tv_sec + time/1000;
3113 newp->c_time.tv_usec = timenow.tv_usec + ((time%1000)*1000);
3161 if (gettimeofday(&timenow, NULL) < 0)
3164 if (!(p->c_time.tv_sec < timenow.tv_sec
3165 || (p->c_time.tv_sec == timenow.tv_sec
3166 && p->c_time.tv_usec <= timenow.tv_usec)))
3184 gettimeofday(&timenow, NULL);
3185 tvp->tv_sec = callout->c_time.tv_sec - timenow
[all...]
/macosx-10.10.1/autofs-246/headers/
H A Dautomount.h247 extern time_t timenow; /* set at start of processing of each RPC call */
/macosx-10.10.1/ppp-786.1.1/Drivers/PPPSerial/PPPSerial-plugin/
H A Dmain.c836 struct timeval timenow, timeout, timeend; local
849 getabsolutetime(&timenow);
850 timeout.tv_sec = timeend.tv_sec - timenow.tv_sec;
851 timeout.tv_usec = timeend.tv_usec - timenow.tv_usec;
/macosx-10.10.1/autofs-246/automountd/
H A Dautod_nfs.c1506 timenow = time(NULL);
1521 entry->cache_time = timenow + cache_time;
1540 timenow = time(NULL);
1553 if (timenow > ce->cache_time) {
1558 if (timenow > ce->cache_time) {
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A DmDNSMacOSX.c1868 s, InterfaceID, ifa_name, dst->type, dst, mDNSVal16(dstPort), s, err, errno, strerror(errno), (mDNSu32)(m->timenow));
1879 s, InterfaceID, ifa_name, dst->type, dst, mDNSVal16(dstPort), s, err, errno, strerror(errno), (mDNSu32)(m->timenow));
1885 s, InterfaceID, ifa_name, dst->type, dst, mDNSVal16(dstPort), s, err, errno, strerror(errno), (mDNSu32)(m->timenow), MessageCount);
1888 s, InterfaceID, ifa_name, dst->type, dst, mDNSVal16(dstPort), s, err, errno, strerror(errno), (mDNSu32)(m->timenow), MessageCount);
3547 if (m->timenow == 0) LogMsg("mDNSPlatformUpdateProxyList: m->timenow == 0");
3549 if (!m->p->NetworkChanged) m->p->NetworkChanged = NonZeroTime(m->timenow + mDNSPlatformOneSecond * 2);
4458 m->NextSRVUpdate = NonZeroTime(m->timenow);
4491 m->NextSRVUpdate = NonZeroTime(m->timenow);
4650 m->NextSRVUpdate = NonZeroTime(m->timenow);
5969 mDNSs32 timenow; local
[all...]

Completed in 523 milliseconds

12