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

  /src/usr.sbin/timed/timed/
measure.c 331 update_time(struct timeval *tv, const struct tsp *msg) function
  /src/sys/fs/v7fs/
v7fs.h 110 v7fs_time_t update_time; member in struct:v7fs_superblock
  /src/external/bsd/wpa/dist/wpa_supplicant/
rrm.c 1593 struct os_reltime update_time, diff; local
1602 &update_time);
1604 &update_time, &diff);
1605 if (os_reltime_before(&update_time,
bss.c 279 struct os_reltime *update_time)
283 update_time->sec = fetch_time->sec;
284 update_time->usec = fetch_time->usec;
285 update_time->sec -= age_ms / 1000;
287 if (update_time->usec < usec) {
288 update_time->sec--;
289 update_time->usec += 1000000;
291 update_time->usec -= usec;
677 struct os_reltime update_time; local
689 calculate_update_time(fetch_time, res->age, &update_time);
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-mdns-proxy.h 194 time_t update_time; // Time when the update completed. member in struct:adv_host
srp-replication.h 180 time_t update_time; // the time of registration received from remote member in struct:srpl_candidate
srp-replication.c 1486 time_t update_time = host->update_time; local
1497 INFO("breaking time: %lu -> %lu", (unsigned long)update_time, (unsigned long)(update_time - 1800));
1498 update_time -= 1800;
1509 dns_u32_to_wire(&towire, (uint32_t)(srp_time() - update_time));
2118 event.content.candidate->update_time = srp_time() - event.content.candidate->update_offset;
2284 time_t update_time = srp_time() - event.content.host_update.update_offset; local
2285 event.content.host_update.messages[0]->received_time = update_time;
4948 if (host->update_time - srpl_connection->candidate->update_time > SRPL_UPDATE_JITTER_WINDOW)
    [all...]

Completed in 59 milliseconds