Searched refs:ltime (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A DMacOSStubs.c88 u_int32_t ltime = utcTime; local
90 if (ltime != 0) {
91 ltime -= (gTimeZone.tz_minuteswest * 60);
97 * ltime += 3600;
100 return (ltime);
/xnu-2782.1.97/bsd/netinet6/
H A Dicmp6.c1852 u_int32_t ltime; local
1967 ltime = ND6_INFINITE_LIFETIME;
1970 ltime = htonl(lt->ia6ti_expire - now);
1972 ltime = 0;
1975 bcopy(&ltime, cp, sizeof(u_int32_t));

Completed in 30 milliseconds