HomeSort by: relevance | last modified time | path
    Searched defs:time_offset (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/ntp/dist/util/
kern.c 50 long time_offset = 0; /* time adjustment (us) */ variable
109 time_offset, time_freq, time_adj);
129 time_offset = offset << SHIFT_UPDATE;
189 if (time_offset < 0) {
190 ltemp = -time_offset >>
192 time_offset += ltemp;
196 ltemp = time_offset >>
198 time_offset -= ltemp;
  /src/usr.sbin/bootp/common/
bootpd.h 117 time_offset :1, member in struct:flag
186 int32 time_offset;
185 int32 time_offset; member in struct:host
  /src/sys/kern/
kern_ntptime.c 186 static l_fp time_offset; /* time offset (ns) */ variable
381 ntv->offset = L_GINT(time_offset);
383 ntv->offset = L_GINT(time_offset) / 1000; /* XXX rounding ? */
510 ftemp = time_offset;
522 L_SUB(time_offset, ftemp);
580 L_CLR(time_offset);
640 L_LINT(time_offset, time_monitor);
796 L_LINT(time_offset, time_monitor);
  /src/external/bsd/ntp/dist/parseutil/
dcfd.c 966 struct timeval time_offset; local
971 time_offset.tv_sec = offset / 1000000;
972 time_offset.tv_usec = offset % 1000000;
975 if (adjtime(&time_offset, 0L) == -1)
1518 struct timeval time_offset; local
1791 time_offset.tv_sec = lasterror / 1000000;
1792 time_offset.tv_usec = lasterror % 1000000;
1793 adjust_clock(&time_offset, drift_file, utc_time);
1798 time_offset.tv_sec = utc_time + i;
1799 time_offset.tv_usec = 0
    [all...]
  /src/external/bsd/wpa/dist/src/ap/
wpa_auth_i.h 277 struct os_reltime time_offset; /* local time - offset = remote time */ member in struct:ft_remote_seq_rx
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-replication.c 2210 uint32_t time_offset = 0; local
2213 dns_u32_parse(buffer, length, offp, &time_offset)))
2215 INFO("failed to parse lease, key_lease or time_offset");
2218 message->received_time = srp_time() - time_offset;

Completed in 20 milliseconds