HomeSort by: relevance | last modified time | path
    Searched refs:received_time (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/
test-packet.c 96 message->received_time = srp_time();
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-parse.c 327 raw_message->received_time = srp_time();
749 if (raw_message->received_time != 0) {
752 now.tv_sec = raw_message->received_time - srp_time() + now.tv_sec;
827 if (raw_message->received_time == 0) {
831 srp_format_time_offset(time_buf, sizeof(time_buf), srp_time() - raw_message->received_time);
route.h 311 uint64_t received_time; member in struct:icmp_message
route.c 451 if (now == 0 || now - router->received_time > MAX_ROUTER_RECEIVED_TIME_GAP_BEFORE_STALE) {
532 "router src: " PRI_SEGMENTED_IPv6_ADDR_SRP, (now - router->received_time) / MSEC_PER_SEC,
541 router->received_time = now + time_adjusted;
724 if (router->received_time + preferred_lifetime_offset < now) {
731 (int)((now - router->received_time) / 1000), preferred_lifetime);
757 if (stale_refresh_time < router->received_time + preferred_lifetime_offset) {
758 stale_refresh_time = router->received_time + preferred_lifetime_offset;
1146 if (now - solicit->received_time > 15 * 1000) {
1242 message->latest_na = message->received_time;
srp-mdns-proxy.c 1692 if (host->message->received_time != 0) {
1693 host->update_time = host->message->received_time;
1698 INFO("setting host update time based on current time: %ld", host->message->received_time);
2149 if (message != NULL && message->received_time != 0) {
2150 offset = (uint32_t)(srp_time() - message->received_time);
2755 instance->update->client->message->received_time != 0)
2757 offset = (uint32_t)(srp_time() - instance->update->client->message->received_time);
2833 if (update->client != NULL && update->client->message != NULL && update->client->message->received_time != 0) {
2834 offset = (uint32_t)(srp_time() - update->client->message->received_time);
3794 if (host->remove_received_time > client_update->message->received_time) {
    [all...]
srp-replication.c 1575 if (m1->received_time - m2->received_time < 0) {
1577 } else if(m1->received_time - m2->received_time > 0) {
1635 INFO("messages[0] = %p, received_time = %ld", messages[0], srpl_now - messages[0]->received_time);
1640 INFO("messages[%d] = messages[%d] (%p), received_time = %ld", nondup_pos, i, messages[i],
1641 srpl_now - messages[nondup_pos]->received_time);
1687 dns_u32_to_wire(&towire, (uint32_t)(srpl_now - host->message->received_time));
1710 dns_u32_to_wire(&towire, (uint32_t)(srpl_now - messages[i]->received_time));
    [all...]
ioloop.h 84 time_t received_time; // Only for SRP Replication, zero otherwise. member in struct:message
icmp.c 353 message->received_time = ioloop_timenow();

Completed in 42 milliseconds